(0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (1.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "remember_token" varchar NOT NULL, "logged_in_count" integer DEFAULT 0 NOT NULL, "last_logged_in_at" datetime, "accepted_at" datetime, "banned_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  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'   (0.9ms) CREATE UNIQUE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (20170705145634)  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-07-06 00:55:16.290631"], ["updated_at", "2017-07-06 00:55:16.290631"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rupert@kohler.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "collin_oberbrunner@price.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "collin_oberbrunner@price.biz"], ["remember_token", "43a09ec82c50ff72ff35dea5d5c87141e3f81382"], ["logged_in_count", 21], ["last_logged_in_at", "2017-07-06 00:55:16.813531"], ["accepted_at", "2017-07-06 00:55:16.813715"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ella_littel@blandahagenes.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "ella_littel@blandahagenes.io"], ["remember_token", "3cf391bc86fe9a581f9355097cf4b25061e3add5"], ["logged_in_count", 3], ["last_logged_in_at", "2017-07-06 00:55:16.823299"], ["accepted_at", "2017-07-06 00:55:16.823432"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinhold_thompson@stroman.net"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guadalupe@oconner.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "guadalupe@oconner.info"], ["remember_token", "bd37066c179f4e820df3a7aa419f035e39807228"], ["banned_at", "2017-07-06 00:55:16.841937"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otha_heller@gottlieb.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "otha_heller@gottlieb.com"], ["remember_token", "1930934300402e517c86ca3380b92cc84c6b4460"], ["banned_at", "2017-07-06 00:55:16.849804"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kennedi.vandervort@koelpin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kennedi.vandervort@koelpin.com"], ["remember_token", "d76082593da779a5eb43f42c4ae7f2366735f574"], ["accepted_at", "2017-07-06 00:55:16.857353"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clarabelle@moen.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "clarabelle@moen.biz"], ["remember_token", "3778df410e2991720009acd3f6d979323eaec470"], ["accepted_at", "2017-07-06 00:55:16.865727"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "niko@feeney.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justus_okeefe@predovicleuschke.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerhard@murazikbernhard.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thomas@morar.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iva@blanda.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "iva@blanda.info"], ["remember_token", "e19f012ded580daf4b5168c7187e42fe555bb536"]]  (0.7ms) commit transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katharina.muller@wintheiserterry.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "katharina.muller@wintheiserterry.info"], ["remember_token", "6e4657816a63f76cf8548e9da912ba4b397f1e1c"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katharina.muller@wintheiserterry.info"], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "KATHARINA.MULLER@WINTHEISERTERRY.INFO"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kailee@kuhiccasper.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kailee@kuhiccasper.co"], ["remember_token", "becf9eb97d0aa0621c481ee698f0cbd75a8f5a70"], ["accepted_at", "2017-07-06 00:55:16.947792"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burdette@fay.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "burdette@fay.biz"], ["remember_token", "bc19153e37c65f26ad2f86e62d4cc92f197134ce"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nelda@mitchell.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "nelda@mitchell.io"], ["remember_token", "2162a048e6331b7a772b4c0791e39b4dd2c6fd52"], ["banned_at", "2017-07-06 00:55:16.954332"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "henry.abbott@gaylord.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "henry.abbott@gaylord.net"], ["remember_token", "40508c1d1bf36e56ad03c7f1c9e1545ad462b400"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jennie_damore@zulauf.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jennie_damore@zulauf.co"], ["remember_token", "bf4f3c95c5539816014192ff0430da0954e4adc3"], ["accepted_at", "2017-07-06 00:55:16.961163"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristoffer_hudson@effertz.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kristoffer_hudson@effertz.name"], ["remember_token", "2e0d9384ee88dd6a2943f9ef8a6d564968580d01"], ["accepted_at", "2017-07-06 00:55:16.970587"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nadia_gutmann@adams.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nadia_gutmann@adams.org"], ["remember_token", "8bc3cbdc5141aa67bd65257f3b91ce2e6cdf8131"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gideon@douglas.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gideon@douglas.biz"], ["remember_token", "30826705541e6560a23a581e771404d0b3eee67b"], ["banned_at", "2017-07-06 00:55:16.978997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boyd.hackett@hodkiewiczbahringer.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "boyd.hackett@hodkiewiczbahringer.biz"], ["remember_token", "cbd82b1170c8789ec95df2d9cacbf99476bfbcf0"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonathon.kutch@lesch.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jonathon.kutch@lesch.net"], ["remember_token", "a9e20ce4230c93e3123991058a6be03d318cc8d3"], ["accepted_at", "2017-07-06 00:55:16.986441"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "will@bode.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "will@bode.org"], ["remember_token", "0e666c0aa1cc44b903f5e645dab6c318a6588f98"], ["accepted_at", "2017-07-06 00:55:16.999438"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "destinee.purdy@bergekemmer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "destinee.purdy@bergekemmer.biz"], ["remember_token", "61613b506e9b839dc206de1363fadad1a6e41b0f"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jorge@anderson.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jorge@anderson.name"], ["remember_token", "07673a8c789c4c005f00272eb17ab36d43b1831e"], ["banned_at", "2017-07-06 00:55:17.009970"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jany@borer.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jany@borer.com"], ["remember_token", "367e087c77205134efd10b9b68acf9efc5004752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "casimer.sauer@kuhic.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "casimer.sauer@kuhic.biz"], ["remember_token", "4e11c469a94051cdb525cf5c0fee0ecc2e74fdf9"], ["accepted_at", "2017-07-06 00:55:17.018745"]]  (0.8ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianna@wymanschaefer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "georgianna@wymanschaefer.org"], ["remember_token", "013b916b452c05d94a6b5cf0a2b817fa3ec29bb1"], ["accepted_at", "2017-07-06 00:55:17.030886"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reilly.wilkinson@dibbert.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reilly.wilkinson@dibbert.biz"], ["remember_token", "9eb783b72b59994f1605836f6fbe734a9cd211ea"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trudie_lakin@lebsackheathcote.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "trudie_lakin@lebsackheathcote.biz"], ["remember_token", "ceaa6d3d9e88796e6c724a2f07fc5b64765d50ea"], ["banned_at", "2017-07-06 00:55:17.038322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ara.bashirian@damore.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ara.bashirian@damore.info"], ["remember_token", "fc2b077767eb9d5d8b71f2273868d0764f5f5c31"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quinton.langworth@hirthe.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "quinton.langworth@hirthe.biz"], ["remember_token", "f9fd47082679626e3603d17394693059f2eca4e3"], ["accepted_at", "2017-07-06 00:55:17.046414"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corene@grimesruecker.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "corene@grimesruecker.biz"], ["remember_token", "266e282315cc1695c67a4ab5c2e734ef47dacb61"], ["accepted_at", "2017-07-06 00:55:17.056669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santina@skiles.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "santina@skiles.name"], ["remember_token", "a179f72c79b740c1b7179e8078384db3e800d4fd"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamie@weber.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jamie@weber.biz"], ["remember_token", "824c0031a38ad5ca693bea08a654bff25575d85d"], ["banned_at", "2017-07-06 00:55:17.065198"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hardy.emmerich@crookscronin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hardy.emmerich@crookscronin.net"], ["remember_token", "31cc4026a125b85c3ee82d8c32800f35e795d369"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corbin@halvorsonfritsch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "corbin@halvorsonfritsch.biz"], ["remember_token", "94ef47beb8f9d393be21b26f189e4760dbc12c64"], ["accepted_at", "2017-07-06 00:55:17.076722"]]  (0.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marisa@dare.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "marisa@dare.io"], ["remember_token", "c29fa9d92ab375dad106098370abba96f66efba6"], ["accepted_at", "2017-07-06 00:55:17.087539"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jairo@block.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jairo@block.info"], ["remember_token", "a82a9fc65498ac246417000b9e1ba0613ee8cd10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vida.block@schmelerstokes.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "vida.block@schmelerstokes.io"], ["remember_token", "81621406303e44a61181816e3b0ea2a7f8d04e76"], ["banned_at", "2017-07-06 00:55:17.096481"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danyka_cormier@kirlincrona.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "danyka_cormier@kirlincrona.name"], ["remember_token", "b9b9396dfced0b9b462c26266f1f827bd4823c94"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zola@lindgren.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "zola@lindgren.net"], ["remember_token", "32cab7563ee37b5e3b4b86537d6384dcab77a8dd"], ["accepted_at", "2017-07-06 00:55:17.102844"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trace_dickinson@bechtelar.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "trace_dickinson@bechtelar.biz"], ["remember_token", "74b54e9fa7cf6d5ead2f5aeb6b6d386257138131"], ["accepted_at", "2017-07-06 00:55:17.111632"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenna_wiegand@kaulkelebsack.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "brenna_wiegand@kaulkelebsack.info"], ["remember_token", "d42b5e0eb53e40e273c9b3b6798141433ca79de6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juwan_price@barrows.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "juwan_price@barrows.net"], ["remember_token", "a38ab92186b6fd5fd6c3d096c6a9e954f80ddd46"], ["banned_at", "2017-07-06 00:55:17.120397"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aliyah@colliermoen.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "aliyah@colliermoen.io"], ["remember_token", "49226cb822bd84aebcb8db9301880177060d62fc"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darlene@lubowitz.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "darlene@lubowitz.io"], ["remember_token", "4b6c3d2f684747b053736ee45f7d7ee1b51b8c0b"], ["accepted_at", "2017-07-06 00:55:17.127332"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dariana@macejkovic.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dariana@macejkovic.com"], ["remember_token", "78b64afa038c7c41349ad15514112163e6929f1a"], ["accepted_at", "2017-07-06 00:55:17.135829"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lacy.rosenbaum@sauer.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lacy.rosenbaum@sauer.name"], ["remember_token", "c4f3c686ce84e8b1d07421af1e592021dbf11f94"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maude.marvin@tremblay.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "maude.marvin@tremblay.name"], ["remember_token", "12317c0b704730d34cba0fc635e6ecaafacb75fe"], ["banned_at", "2017-07-06 00:55:17.143529"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristoffer@boyer.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kristoffer@boyer.io"], ["remember_token", "5a9e1d1062107eb33a9e80fe15632f98d666acbd"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "courtney_funk@douglas.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "courtney_funk@douglas.org"], ["remember_token", "7f0a4aae20299fcba7f026bd80d1ddb2280e3895"], ["accepted_at", "2017-07-06 00:55:17.149990"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amelie@predovichalvorson.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "amelie@predovichalvorson.biz"], ["remember_token", "a2948acf2305dda4d4d7bc9c5d8173ec83147a82"], ["accepted_at", "2017-07-06 00:55:17.158053"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annette@schaefer.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "annette@schaefer.org"], ["remember_token", "da74f76a03dd9ff8dcfa2e65d1159c47cefa6385"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robyn@bartonkuhn.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "robyn@bartonkuhn.net"], ["remember_token", "d12cca05925f3916bb45fd2d9e818c2807b18ed0"], ["banned_at", "2017-07-06 00:55:17.164593"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enola@graham.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "enola@graham.org"], ["remember_token", "4bad1718ba8630850625bd763bacb43733789b33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gladys@shields.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gladys@shields.org"], ["remember_token", "c963eb781cae181e43da00c5d9bd61d2ad1f35b2"], ["accepted_at", "2017-07-06 00:55:17.171543"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "naomie@von.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "naomie@von.name"], ["remember_token", "6dcfef3570f978f86b2a7882e364c31e4b50aa1a"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonie_larkin@boylecarroll.co"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonie_larkin@boylecarroll.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lonie_larkin@boylecarroll.co"], ["remember_token", "ed49dc2844eca99856780aa9aa60345618b8dcf0"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "lonie_larkin@boylecarroll.co"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 16ms (ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ila@weimann.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ila@weimann.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ila@weimann.biz"], ["remember_token", "71f9e1db95dd8ddf506278d8b4829a2eb58f5e86"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ila@weimann.biz"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delia.nitzsche@schuppe.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delia.nitzsche@schuppe.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "delia.nitzsche@schuppe.info"], ["remember_token", "33337bdcc4b2629c64c9dfbb799ff5844dd0519b"]]  (2.3ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "delia.nitzsche@schuppe.info"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:17.282575"], ["accepted_at", "2017-07-06 00:55:17.283937"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 31ms (ActiveRecord: 7.2ms)  (0.8ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wallace_white@torphy.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wallace_white@torphy.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wallace_white@torphy.net"], ["remember_token", "0058dd1bdc866f10f71d67f889f8068181a63e72"]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "wallace_white@torphy.net"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:17.325997"], ["accepted_at", "2017-07-06 00:55:17.326664"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 13ms (ActiveRecord: 5.5ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "letitia_herman@harber.net"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "letitia_herman@harber.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "letitia_herman@harber.net"], ["remember_token", "72f6e7658bf6575b929e7b05b9790c62ee948597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "letitia_herman@harber.net"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:17.359709"], ["accepted_at", "2017-07-06 00:55:17.360132"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 18ms (ActiveRecord: 4.8ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.5ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alanis@rueckerwiza.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alanis@rueckerwiza.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alanis@rueckerwiza.biz"], ["remember_token", "6a75e331840455102d77499a4b7ad06494fdf882"]]  (1.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alanis@rueckerwiza.biz"], ["id", 1], ["LIMIT", 1]] SQL (1.1ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:17.418755"], ["accepted_at", "2017-07-06 00:55:17.419267"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 23ms (ActiveRecord: 6.9ms) Processing by Genkan::SessionsController#destroy as HTML User Load (1.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "6a75e331840455102d77499a4b7ad06494fdf882"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (8.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "liliana.denesik@pourosbeahan.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "liliana.denesik@pourosbeahan.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "liliana.denesik@pourosbeahan.co"], ["remember_token", "22d8896184c6f9de274e7ffa80d065ddc45d49aa"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "liliana.denesik@pourosbeahan.co"], ["id", 1], ["LIMIT", 1]] SQL (1.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:17.471373"], ["accepted_at", "2017-07-06 00:55:17.471737"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 17ms (ActiveRecord: 4.7ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "22d8896184c6f9de274e7ffa80d065ddc45d49aa"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 4ms (ActiveRecord: 0.6ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.6ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ken@haagkub.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ken@haagkub.io"], ["remember_token", "641ae3883d53e848395ba6bf5c2ed35634bf7d1c"]]  (0.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janis@runteluettgen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "janis@runteluettgen.net"], ["remember_token", "f2272bec8ea8b4911c9a9427b03f310abc426d1a"]]  (1.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (6.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kacey_pfannerstill@johnswalter.name"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanny@mcglynn.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "joanny@mcglynn.name"], ["remember_token", "d014e04d1674679395b3c8b76b95eeabb9a97212"], ["accepted_at", "2017-07-06 00:55:43.674644"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santino.brekke@hirthelabadie.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "santino.brekke@hirthelabadie.net"], ["remember_token", "cd1ca7dc50ff4e89d3dcc9263e6c24c385d771fc"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maiya.hand@boehmfisher.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "maiya.hand@boehmfisher.com"], ["remember_token", "e99c37fee2b05f40a7e935858f26840aba93715c"], ["banned_at", "2017-07-06 00:55:43.681975"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnie@hayes.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "donnie@hayes.name"], ["remember_token", "a05acecece0a210a198dd2fae98607b7e88de3d7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annetta@prosacco.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "annetta@prosacco.net"], ["remember_token", "5d0f6dd1ce4c653cea4eb454a9eff2ea04e89f32"], ["accepted_at", "2017-07-06 00:55:43.688458"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jackie@moorepaucek.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jackie@moorepaucek.net"], ["remember_token", "d3698c1b11fd28b6f7307161b885c353e3a485c3"], ["accepted_at", "2017-07-06 00:55:43.700065"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felipa@bayerstrosin.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "felipa@bayerstrosin.com"], ["remember_token", "47db2a1a0c353e5050a74a8cf272c30f94619835"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enos_block@feeney.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "enos_block@feeney.biz"], ["remember_token", "0686f0f60e4538454a57f0a29f08e74a06ef73ad"], ["banned_at", "2017-07-06 00:55:43.706904"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "constantin.berge@wolf.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "constantin.berge@wolf.info"], ["remember_token", "356d3685420b6410646790a36bfecc9535b2ea2a"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deie_padberg@stark.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "deie_padberg@stark.info"], ["remember_token", "4b26d760f9650516949d26ad7fc09b07d5564141"], ["accepted_at", "2017-07-06 00:55:43.713461"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keyon@jacobson.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "keyon@jacobson.io"], ["remember_token", "8be225fc7dc83d456cf651895816bc30be45cfe5"], ["accepted_at", "2017-07-06 00:55:43.723403"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "agnes_grimes@lind.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "agnes_grimes@lind.io"], ["remember_token", "88f7d31662f45662db5420fd8d52953d1c8d35a9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurore_botsford@schaden.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "aurore_botsford@schaden.com"], ["remember_token", "1fc44dca37e10255c5fafd9b207b50afef051488"], ["banned_at", "2017-07-06 00:55:43.730445"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joana@waters.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joana@waters.name"], ["remember_token", "f11b303a1b0742b4a887bad1b6a29924dd1d58b3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abby.wisozk@mills.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "abby.wisozk@mills.com"], ["remember_token", "3a1d9752a9a0afbd747165bb86e5e33caa2912de"], ["accepted_at", "2017-07-06 00:55:43.738373"]]  (0.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacques@hayes.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jacques@hayes.info"], ["remember_token", "d82c34a504bd610e81535a87890072916d00ffa8"], ["accepted_at", "2017-07-06 00:55:43.746813"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marjory_keler@tillman.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marjory_keler@tillman.info"], ["remember_token", "ffc83645c23eac9d71e55066b42cff8ba1d64089"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cary@vandervortstracke.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cary@vandervortstracke.com"], ["remember_token", "7006ff1df53614b528ebd0163cb874b15d8ac11f"], ["banned_at", "2017-07-06 00:55:43.753550"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurelio.marks@aufderhar.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "aurelio.marks@aufderhar.co"], ["remember_token", "03ca378ec61fbdd42768952f7ccd6f506b8d021d"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harmony@wolf.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "harmony@wolf.io"], ["remember_token", "566416fe0f9c5dc6279c823f8568de88f8657e1f"], ["accepted_at", "2017-07-06 00:55:43.760023"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenyon@zulauf.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kenyon@zulauf.io"], ["remember_token", "a74faaa6eb725be3ec38470b6dd2e58116eff6fc"], ["accepted_at", "2017-07-06 00:55:43.769169"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nico_trantow@baumbach.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nico_trantow@baumbach.com"], ["remember_token", "c652d01f65bd5d7c2c7608a228e147b824ab15b4"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gino_hermiston@wiegand.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gino_hermiston@wiegand.info"], ["remember_token", "41b26d29305bc07e8972bd56e3599224aaf547d4"], ["banned_at", "2017-07-06 00:55:43.776961"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monserrate.hoeger@schmidtmertz.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "monserrate.hoeger@schmidtmertz.info"], ["remember_token", "97dce39de956b62fdc98101b89b1f1873a2319ac"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scarlett@gerhold.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "scarlett@gerhold.co"], ["remember_token", "2782fb707d62f051f0be42a981ff22e4e0e0d2da"], ["accepted_at", "2017-07-06 00:55:43.784216"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "telly_weber@mckenzie.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "telly_weber@mckenzie.info"], ["remember_token", "4ecc4b191d7d80ebbb7fcdc0da3b2f46c1e81fb3"], ["accepted_at", "2017-07-06 00:55:43.793031"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deonte.corkery@corwinaltenwerth.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deonte.corkery@corwinaltenwerth.org"], ["remember_token", "ddfa1d719a3bcb748a8826434aab96898b8c4d8a"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marta@grant.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marta@grant.org"], ["remember_token", "7e1c9845e530cf341a44eecb92ca348db3e7379c"], ["banned_at", "2017-07-06 00:55:43.800002"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keagan@macejkovicratke.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keagan@macejkovicratke.net"], ["remember_token", "5fbd76cbe3b21bc374bc6b0921281e95182b45a5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafael@turcotte.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rafael@turcotte.net"], ["remember_token", "1459ea50723c6a431ecf5e6d59a3e74c77de79c2"], ["accepted_at", "2017-07-06 00:55:43.808273"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cole_keebler@schmitt.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "cole_keebler@schmitt.io"], ["remember_token", "92f918ef05986bae41183146ccdf364704ea865f"], ["accepted_at", "2017-07-06 00:55:43.816987"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magnus_littel@stamm.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "magnus_littel@stamm.net"], ["remember_token", "b3dd254ff29c617de33032d5c7789014f81887cd"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sim.ruecker@grant.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sim.ruecker@grant.com"], ["remember_token", "0a523a29e0dbf134513a6a8efe403ea36f6e995d"], ["banned_at", "2017-07-06 00:55:43.825307"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "susana.torphy@raynor.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "susana.torphy@raynor.info"], ["remember_token", "e7df93c204bbc0ce7aafe7baa8f5e8807ddf8016"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loyal_rutherford@hermiston.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "loyal_rutherford@hermiston.biz"], ["remember_token", "66ab3130f93a6d2b714c18c254d269a181f28a88"], ["accepted_at", "2017-07-06 00:55:43.832283"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emma_goldner@wymanjakubowski.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emma_goldner@wymanjakubowski.biz"], ["remember_token", "629f0e60121f3038d14949cd1a5362bd4124fa9e"], ["accepted_at", "2017-07-06 00:55:43.842930"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chadd_crooks@dachschuster.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "chadd_crooks@dachschuster.name"], ["remember_token", "926cc176e3019cd41e42bc645e2758d3ddca0e9b"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaron@shanahan.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jaron@shanahan.com"], ["remember_token", "b1fcd39a485f90c51bf27e36404e5e7a9656b222"], ["banned_at", "2017-07-06 00:55:43.849741"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daren.cremin@boyer.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "daren.cremin@boyer.name"], ["remember_token", "b2bff546bbedce66df4db27f6938bc81cf4ced71"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laisha_conroy@schmitt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "laisha_conroy@schmitt.com"], ["remember_token", "dafc070dc857065ec08cdeb9646303749304ce84"], ["accepted_at", "2017-07-06 00:55:43.856684"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "naomie_ruecker@fay.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "naomie_ruecker@fay.net"], ["remember_token", "4ce78eab3aced0cd888d6bdacdfbd68495dcea1b"], ["accepted_at", "2017-07-06 00:55:43.865604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vicente_breitenberg@mcdermott.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vicente_breitenberg@mcdermott.net"], ["remember_token", "77c39c3fc7362bd7cf35d3efca639963b4903c62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alisha.kihn@collins.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "alisha.kihn@collins.org"], ["remember_token", "d85bc03fa35a2865c96b1f06721e9c76d99d208d"], ["banned_at", "2017-07-06 00:55:43.873684"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylen@lesch.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaylen@lesch.biz"], ["remember_token", "28cc4d6f38538a088160a1004bebf5e121ea90e0"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eulah@maggiomcclure.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "eulah@maggiomcclure.com"], ["remember_token", "c5975525ec0c09a527bd6750ca24896ecc80c49f"], ["accepted_at", "2017-07-06 00:55:43.880470"]]  (0.8ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "junius@gaylord.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "junius@gaylord.io"], ["remember_token", "f88ec3235c8d2d02c472ee8e4ad0df4050683307"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amir@oconnerruel.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "amir@oconnerruel.io"], ["remember_token", "8dd5c31408acf676471583cdcf82e2cdaa41d0c1"], ["logged_in_count", 6], ["last_logged_in_at", "2017-07-06 00:55:43.923592"], ["accepted_at", "2017-07-06 00:55:43.923780"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "duane@johnstonschmitt.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "duane@johnstonschmitt.net"], ["remember_token", "982411ee4e04a7999da6aab2889829627f8df7c7"], ["logged_in_count", 14], ["last_logged_in_at", "2017-07-06 00:55:43.931774"], ["accepted_at", "2017-07-06 00:55:43.931898"]]  (1.0ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleo.gleason@lueilwitz.net"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peter.marvin@damore.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "peter.marvin@damore.org"], ["remember_token", "0b11b1b6eb2bfd7a3db237084c28b30a04b9fd16"], ["banned_at", "2017-07-06 00:55:43.960432"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vallie.stamm@johns.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "vallie.stamm@johns.co"], ["remember_token", "7ac46130aac370378159ec99723d5409c66157c6"], ["banned_at", "2017-07-06 00:55:43.968063"]]  (1.7ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gracie@sauer.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adella@hegmann.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amelie.fritsch@greenfelder.org"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jadyn_howe@dietrichstracke.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylin.heathcote@goodwinorn.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaylin.heathcote@goodwinorn.com"], ["remember_token", "24ab0c0c9e0c1d59ee97e9de1cfd417a939c02e3"]]  (2.2ms) commit transaction User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylin.heathcote@goodwinorn.com"], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "JAYLIN.HEATHCOTE@GOODWINORN.COM"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reginald@boscorenner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reginald@boscorenner.org"], ["remember_token", "d31809f143406865493040befbf2b8ffcd530687"]]  (1.1ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezra.rath@herzog.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ezra.rath@herzog.biz"], ["remember_token", "0b7c5b7772bf7e5897ed0fbdb1121fa2202a22e5"], ["accepted_at", "2017-07-06 00:55:44.085686"]]  (1.5ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darius@bartell.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "darius@bartell.org"], ["remember_token", "ecc0edbb3858e6ba18d9c9d1b79ef14da5118d34"], ["accepted_at", "2017-07-06 00:55:44.099527"]]  (1.6ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.5ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 58ms (Views: 49.7ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eryn@prosaccohalvorson.biz"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eryn@prosaccohalvorson.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eryn@prosaccohalvorson.biz"], ["remember_token", "040c5f85c3a99319b869f087bdac7506339fc275"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "eryn@prosaccohalvorson.biz"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:44.221768"], ["accepted_at", "2017-07-06 00:55:44.222314"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 40ms (ActiveRecord: 9.1ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "040c5f85c3a99319b869f087bdac7506339fc275"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 0.7ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nikolas@parker.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nikolas@parker.co"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nikolas@parker.co"], ["remember_token", "5f4b1ef3373231d7f13e67c21dba4c6d3efa1a45"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "nikolas@parker.co"], ["id", 1], ["LIMIT", 1]] SQL (2.1ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:44.289774"], ["accepted_at", "2017-07-06 00:55:44.290571"], ["id", 1]]  (6.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 29ms (ActiveRecord: 13.1ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5f4b1ef3373231d7f13e67c21dba4c6d3efa1a45"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amalia.heaney@bechtelar.net"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amalia.heaney@bechtelar.net"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "amalia.heaney@bechtelar.net"], ["remember_token", "4d65ab8f264fa5689a119415f0ed762c4bfd890e"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "amalia.heaney@bechtelar.net"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 30ms (ActiveRecord: 6.5ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mckenna@weinat.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mckenna@weinat.net"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mckenna@weinat.net"], ["remember_token", "6ac74efbe61310c74743b27d049ab0f0e81f2e5b"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mckenna@weinat.net"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 22ms (ActiveRecord: 5.5ms)  (0.7ms) SELECT COUNT(*) FROM "users"  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (5.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (7.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelo.marquardt@watsica.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelo.marquardt@watsica.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marcelo.marquardt@watsica.co"], ["remember_token", "83b40f6f13168a86bb5c4e6b9e6abf194afcf406"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "marcelo.marquardt@watsica.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:44.446671"], ["accepted_at", "2017-07-06 00:55:44.447076"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 9ms (ActiveRecord: 2.9ms)  (0.3ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheldon.kertzmann@boyletillman.biz"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheldon.kertzmann@boyletillman.biz"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sheldon.kertzmann@boyletillman.biz"], ["remember_token", "93ae9963b44a454e02a559eee50eb2417d49a101"]]  (2.3ms) commit transaction  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "sheldon.kertzmann@boyletillman.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:44.491429"], ["accepted_at", "2017-07-06 00:55:44.492406"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 32ms (ActiveRecord: 8.3ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@morarchristiansen.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@morarchristiansen.co"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dennis@morarchristiansen.co"], ["remember_token", "169fb6d16bc599c3d0b9e0cf1afc8b042746e20d"]]  (3.9ms) commit transaction  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "dennis@morarchristiansen.co"], ["id", 1], ["LIMIT", 1]] SQL (0.9ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:44.529851"], ["accepted_at", "2017-07-06 00:55:44.532191"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 32ms (ActiveRecord: 11.2ms)  (0.7ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 1.1ms)  (1.1ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (6.8ms) DELETE FROM "users";  (1.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (4.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.3ms) DELETE FROM "users";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonora@kiehnmckenzie.org"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leonora@kiehnmckenzie.org"], ["remember_token", "136d5ad137d97c457d0472a44c8baa3407122798"]]  (3.1ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 19ms (Views: 14.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tamara@wizasmitham.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tamara@wizasmitham.net"], ["remember_token", "40cab4d78854c070e6431cc70a2e60607fb0aea0"]]  (2.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 8ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (1.0ms) PRAGMA foreign_keys = OFF  (10.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "serena_thiel@kemmer.net"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kory.kerluke@braun.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kory.kerluke@braun.org"], ["remember_token", "61df7119b44d0899621c4ddb49bc6b072f187a1c"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vicky.cremin@trantow.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vicky.cremin@trantow.co"], ["remember_token", "3a2a2136822db43bb5c56fad36bc83f7e75ab2e3"]]  (0.7ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mauricio_kutch@johnston.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mauricio_kutch@johnston.com"], ["remember_token", "80fa1d837ba01f3f541c2b303a165f9cfeb58a53"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mauricio_kutch@johnston.com"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "MAURICIO_KUTCH@JOHNSTON.COM"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marguerite@leuschke.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christy@keeling.net"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rashad.schmeler@hirthequigley.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gus.runolfon@sporer.co"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emily@cummings.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emily@cummings.biz"], ["remember_token", "94db7ba46050f694889f1cd0ccbb37f07428982d"], ["accepted_at", "2017-07-06 00:55:54.071924"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tatyana@hagenes.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tatyana@hagenes.net"], ["remember_token", "82e058f72cb35b441c84d7b76058aeeb58d39350"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vita_orn@johnsonlittel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "vita_orn@johnsonlittel.net"], ["remember_token", "aa4ae957397bf858246a45c747ddcee5ecaa5048"], ["banned_at", "2017-07-06 00:55:54.079014"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "martine@nolan.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "martine@nolan.io"], ["remember_token", "e73697c17490b29c4fb8196b951b3009064c2e7c"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emilia.oreilly@hammescrooks.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emilia.oreilly@hammescrooks.org"], ["remember_token", "c4b7f801b701d1e053503e5d99ae94bfef8da52e"], ["accepted_at", "2017-07-06 00:55:54.089383"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richie.jaskolski@hoppe.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "richie.jaskolski@hoppe.name"], ["remember_token", "8582ca671ae40597748cb1c7ad61e0da7be85a04"], ["accepted_at", "2017-07-06 00:55:54.100754"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "collin.mueller@hoppe.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "collin.mueller@hoppe.io"], ["remember_token", "df95d16ea8439bf5bbf94a56edd46fd3550fe6f4"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rudy@murraylesch.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rudy@murraylesch.biz"], ["remember_token", "0f1fa68437699213e3c76ee6572d5f5fa116cd6a"], ["banned_at", "2017-07-06 00:55:54.107262"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cole.huel@hagenes.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cole.huel@hagenes.biz"], ["remember_token", "57eea806596da304ce9aba3309cf0316acd2cc1e"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandi@waters.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brandi@waters.info"], ["remember_token", "7349b2b2cd14b3a3fb2996a7a4386cdf9c64b02d"], ["accepted_at", "2017-07-06 00:55:54.113607"]]  (0.5ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aylin@dicki.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aylin@dicki.biz"], ["remember_token", "d9a6a51f55f6ff40950fd9ca024f1ea98436da3b"], ["accepted_at", "2017-07-06 00:55:54.123476"]]  (4.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "taylor.anderson@berge.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "taylor.anderson@berge.name"], ["remember_token", "ad8b6431621f6259d90f3e84dac12b67d43510ac"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lelia@fay.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lelia@fay.org"], ["remember_token", "4b52a7ef361108e8ec982de2695802f85e96dfad"], ["banned_at", "2017-07-06 00:55:54.139055"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patsy_windler@rowe.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "patsy_windler@rowe.net"], ["remember_token", "8d56d1f1eb36421f125eb99c56e4312aa2b929d1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafaela.wolff@pricehackett.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rafaela.wolff@pricehackett.net"], ["remember_token", "11e5038540c1a9eb4fc271b78f973a4d215a6d3d"], ["accepted_at", "2017-07-06 00:55:54.146007"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrett@lind.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "garrett@lind.name"], ["remember_token", "8042db13dd24fba0f0032c54711a656034a00960"], ["accepted_at", "2017-07-06 00:55:54.154139"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrtie.wyman@armstrong.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "myrtie.wyman@armstrong.info"], ["remember_token", "ea2af1b27098567d7d54ce425f567b04ec65ce02"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrick_medhurst@hayeszieme.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "darrick_medhurst@hayeszieme.co"], ["remember_token", "ba4c275ad91d935f16a3f497fc5e1a59e84d82c5"], ["banned_at", "2017-07-06 00:55:54.160898"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leora@wehner.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leora@wehner.info"], ["remember_token", "b464281531ace5a9475ac68cf084b2ccde774596"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maiya_johnson@harveycain.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maiya_johnson@harveycain.net"], ["remember_token", "086322d50664152d6b25e481887e26e3a19ad1c3"], ["accepted_at", "2017-07-06 00:55:54.167449"]]  (0.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylen@kertzmann.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jaylen@kertzmann.biz"], ["remember_token", "6ec63e17242828a39c7c7c397250f04147699fa4"], ["accepted_at", "2017-07-06 00:55:54.177641"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "phoebe@koelpin.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "phoebe@koelpin.name"], ["remember_token", "e1ea9856173086aa2cc4b38aa9a3ac51aca6cd7e"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roxanne@kautzer.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "roxanne@kautzer.co"], ["remember_token", "6888d948fde8b112805d10fe956fcb90784e0426"], ["banned_at", "2017-07-06 00:55:54.185896"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anika.weinat@ebert.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anika.weinat@ebert.net"], ["remember_token", "f4733c420566abd751a4424e114c1ea73370a3a5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adonis.torphy@kuhn.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adonis.torphy@kuhn.co"], ["remember_token", "e6e08e0006c585f826c4cc3e35f79e420d75b2bc"], ["accepted_at", "2017-07-06 00:55:54.193482"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "obie@luettgengerhold.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "obie@luettgengerhold.name"], ["remember_token", "c0d0f541d7f7091453a30470038dbf3ad29e6a26"], ["accepted_at", "2017-07-06 00:55:54.201674"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleora@runolfonbernhard.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cleora@runolfonbernhard.net"], ["remember_token", "3d89f12e4fb3208a14956904d56dd6b5ceb5c444"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiana@pfannerstillsimonis.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kiana@pfannerstillsimonis.io"], ["remember_token", "0cf7c04c8817683ecec2ec21482e8e490225e74e"], ["banned_at", "2017-07-06 00:55:54.208497"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eddie.schmidt@toy.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eddie.schmidt@toy.name"], ["remember_token", "9848b62706bc6dd09dfeb23b5206c4b74099354b"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrin_feeney@kuhiccrist.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "darrin_feeney@kuhiccrist.com"], ["remember_token", "4836e3d9ead1e01a3b18aaea320413727e02b352"], ["accepted_at", "2017-07-06 00:55:54.215042"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mac@ko.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mac@ko.biz"], ["remember_token", "9760a19b678a67fbb5102495ac9413ed669c9030"], ["accepted_at", "2017-07-06 00:55:54.224901"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "imani_emmerich@zboncakhayes.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "imani_emmerich@zboncakhayes.org"], ["remember_token", "ad89871fe12530d2c92f907c40a25dee9a0d4f4d"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "junius.turner@corwin.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "junius.turner@corwin.co"], ["remember_token", "1c26a6ed2f2377f6abd4a0898005b7a7577a693c"], ["banned_at", "2017-07-06 00:55:54.234149"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alva@millshane.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alva@millshane.co"], ["remember_token", "b0c3baf11c59e84038de1e616a92d4dfe37e0e03"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gayle@damore.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gayle@damore.co"], ["remember_token", "aa7fd9f89b0c5b381b920e28b836412fa2c64eba"], ["accepted_at", "2017-07-06 00:55:54.241164"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeie@gorczanyheel.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jeie@gorczanyheel.name"], ["remember_token", "88f85a787367ffd1af12428c93f55f2bdc96b99e"], ["accepted_at", "2017-07-06 00:55:54.248931"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elise_rutherford@beckercollins.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elise_rutherford@beckercollins.info"], ["remember_token", "8e85497ffa71671615a86b70b9a55bfd820f2b19"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "liana_reynolds@davis.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "liana_reynolds@davis.info"], ["remember_token", "8bd6812bf94083e94612b4d63f0b81ef6bb5bc24"], ["banned_at", "2017-07-06 00:55:54.255202"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orpha_huel@christiansen.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "orpha_huel@christiansen.co"], ["remember_token", "a983c591fa688ed04109dd795ea2c15ed5043427"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tevin.mueller@weinat.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tevin.mueller@weinat.info"], ["remember_token", "f1bd9442d6191d06faff546335127f6492bce6e6"], ["accepted_at", "2017-07-06 00:55:54.261155"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "domingo@heidenreich.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "domingo@heidenreich.com"], ["remember_token", "616893f021cd0f197a2bd203f01b5becc0565d41"], ["accepted_at", "2017-07-06 00:55:54.269126"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zane@franecki.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "zane@franecki.org"], ["remember_token", "142cff9d259c7e7f19b7baa881239d3576838791"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aileen@okuneva.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "aileen@okuneva.com"], ["remember_token", "ac88580e7c7938686a429ba45feed8785ea8781d"], ["banned_at", "2017-07-06 00:55:54.279916"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patience@gulgowski.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "patience@gulgowski.biz"], ["remember_token", "cec6a3b2d30a674cb2b7c61251d766cb4c2b1c46"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruell@schultzpowlowski.biz"], ["LIMIT", 1]] SQL (3.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ruell@schultzpowlowski.biz"], ["remember_token", "c47c3a5d560a71036c4bdc2c39d3ebd06808ba7d"], ["accepted_at", "2017-07-06 00:55:54.288008"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmore@johnston.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "elmore@johnston.info"], ["remember_token", "be3f2f9068fa326cf2a28822369b027f7f741205"], ["banned_at", "2017-07-06 00:55:54.311987"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caandre.goldner@muller.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "caandre.goldner@muller.info"], ["remember_token", "5d50cf9514fa9e568f6dc3adb51536e4a618c595"], ["banned_at", "2017-07-06 00:55:54.333882"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gregory_effertz@farrellbode.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gregory_effertz@farrellbode.org"], ["remember_token", "1dfd0115e4811ce915122c50dd0ee5bf4f7205a5"], ["accepted_at", "2017-07-06 00:55:54.355099"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "una@kirlin.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "una@kirlin.com"], ["remember_token", "c5b5fe069bac99eda60bdea64a91e18cf6d28adb"], ["accepted_at", "2017-07-06 00:55:54.368394"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jalon@flatley.co"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnell@doylewalter.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "donnell@doylewalter.biz"], ["remember_token", "923f69c7e1964b6ed8e31014655f3540be4191e1"], ["logged_in_count", 10], ["last_logged_in_at", "2017-07-06 00:55:54.441683"], ["accepted_at", "2017-07-06 00:55:54.441800"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alana.kilback@sanford.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "alana.kilback@sanford.io"], ["remember_token", "812ff0e55ebbb401b20b9ff76e96813f7b3fc16e"], ["logged_in_count", 19], ["last_logged_in_at", "2017-07-06 00:55:54.457639"], ["accepted_at", "2017-07-06 00:55:54.458341"]]  (1.4ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanie@gutmann.co"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanie@gutmann.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shanie@gutmann.co"], ["remember_token", "2dd3e5710a3ef4f8276e16bbfa4c2b24cd39677b"]]  (2.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "shanie@gutmann.co"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:54.528558"], ["accepted_at", "2017-07-06 00:55:54.529463"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 31ms (ActiveRecord: 8.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "2dd3e5710a3ef4f8276e16bbfa4c2b24cd39677b"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 0.7ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keyshawn@bins.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keyshawn@bins.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keyshawn@bins.com"], ["remember_token", "8afd0e413b7fa8dd71f41f31288d23a951fda1d8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "keyshawn@bins.com"], ["id", 1], ["LIMIT", 1]] SQL (1.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:54.579081"], ["accepted_at", "2017-07-06 00:55:54.579548"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 15ms (ActiveRecord: 6.5ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "8afd0e413b7fa8dd71f41f31288d23a951fda1d8"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jairo@gottlieb.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jairo@gottlieb.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jairo@gottlieb.info"], ["remember_token", "723d4821c675a5667cd32a21cc850344761f4c14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jairo@gottlieb.info"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:54.642887"], ["accepted_at", "2017-07-06 00:55:54.643202"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 3.9ms)  (0.4ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (5.0ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cathy.turcotte@dach.name"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cathy.turcotte@dach.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cathy.turcotte@dach.name"], ["remember_token", "80d31a8a61a71897cde839230c151ea07c42cd1f"]]  (2.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cathy.turcotte@dach.name"], ["id", 1], ["LIMIT", 1]] SQL (6.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:54.684814"], ["accepted_at", "2017-07-06 00:55:54.685937"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 29ms (ActiveRecord: 12.5ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ona.boehm@kautzer.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ona.boehm@kautzer.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ona.boehm@kautzer.biz"], ["remember_token", "433d150fc949dc7df1e9549c6bc7027282795f7b"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ona.boehm@kautzer.biz"], ["id", 1], ["LIMIT", 1]] SQL (1.0ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 00:55:54.711934"], ["accepted_at", "2017-07-06 00:55:54.712322"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 15ms (ActiveRecord: 5.5ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camden@whitehand.com"], ["LIMIT", 1]]  (0.4ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camden@whitehand.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "camden@whitehand.com"], ["remember_token", "2f313f6c299a9bb2842707c29a0425b39d785ddc"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "camden@whitehand.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 22ms (ActiveRecord: 3.1ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wallace.hudson@murraygoyette.name"], ["LIMIT", 1]]  (0.9ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wallace.hudson@murraygoyette.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wallace.hudson@murraygoyette.name"], ["remember_token", "2c88f39cd40d7769f49fbeb053c2b3cbbab1f181"]]  (3.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "wallace.hudson@murraygoyette.name"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 23ms (ActiveRecord: 6.8ms)  (0.6ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 22ms (Views: 12.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmore.zemlak@dooley.org"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elmore.zemlak@dooley.org"], ["remember_token", "ea4f4418971ae1acc5ce12651edf8b5102c05631"]]  (2.0ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 23ms (Views: 12.1ms | ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eudora.lueilwitz@boyer.io"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eudora.lueilwitz@boyer.io"], ["remember_token", "2994d4ea96e0d80871106405c2caa55460dd2cef"]]  (1.3ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (6.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.7ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.5ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (2.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dovie.block@smith.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dovie.block@smith.co"], ["remember_token", "004af1cffe447ee9d984acc93f24b86562f6f3f2"], ["banned_at", "2017-07-06 01:42:35.839470"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 242ms (Views: 240.2ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dovie.block@smith.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "dovie.block@smith.co"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 9ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucy@kuphal.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lucy@kuphal.org"], ["remember_token", "1295b2aedff902b27066672c5d3e6e2c2ea0a710"], ["accepted_at", "2017-07-06 01:42:36.173012"]]  (1.1ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucy@kuphal.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "lucy@kuphal.org"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 01:42:36.206463"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 01:42:36.207390"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "1295b2aedff902b27066672c5d3e6e2c2ea0a710"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 24ms (Views: 17.6ms | ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 7ms (ActiveRecord: 0.6ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:42:36 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 280ms (Views: 278.4ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:45:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:45:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 544ms (ActiveRecord: 2.1ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:45:22 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:45:22 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:22 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "(pry):2:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:15:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:45:43 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:45:43 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:25:in `click_link_or_button'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "(pry):5:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:15:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:45:50 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:45:50 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 10ms (ActiveRecord: 1.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:25:in `click_link_or_button'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "(pry):6:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:15:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:45:58 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:45:58 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 6ms (ActiveRecord: 0.8ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:45:58 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:25:in `click_link_or_button'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "(pry):8:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:15:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:47:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 205ms (Views: 202.7ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:47:50 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:47:50 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sydnee_ledner@gerholdosinski.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sydnee_ledner@gerholdosinski.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sydnee_ledner@gerholdosinski.info"], ["remember_token", "c9a9d1510ca39388b0bf59c16296b070ad9a6949"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "sydnee_ledner@gerholdosinski.info"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:47:50.493688"], ["accepted_at", "2017-07-06 01:47:50.494183"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 28ms (ActiveRecord: 4.1ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:47:50 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c9a9d1510ca39388b0bf59c16296b070ad9a6949"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 176ms (Views: 174.1ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:48:16 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:48:16 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverna@ledner.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverna@ledner.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "laverna@ledner.org"], ["remember_token", "12a32c36edcc57ec6e0e2554a03e180def4567b4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "laverna@ledner.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:48:17.034454"], ["accepted_at", "2017-07-06 01:48:17.035041"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 64ms (ActiveRecord: 4.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "12a32c36edcc57ec6e0e2554a03e180def4567b4"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 20ms (Views: 14.3ms | ActiveRecord: 0.3ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "12a32c36edcc57ec6e0e2554a03e180def4567b4"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melia.abshire@hills.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "melia.abshire@hills.io"], ["remember_token", "1ff676fb6b749c7519f5033fdc45527d58e0d66c"], ["banned_at", "2017-07-06 01:48:17.123134"]]  (0.9ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melia.abshire@hills.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "melia.abshire@hills.io"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 11ms (ActiveRecord: 0.8ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (3.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (1.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verner_buckridge@bartell.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "verner_buckridge@bartell.org"], ["remember_token", "43df2e52ee42a0ea44f6eb1e867f6c9cb26d7090"], ["accepted_at", "2017-07-06 01:48:17.239977"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verner_buckridge@bartell.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "verner_buckridge@bartell.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 01:48:17.304773"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 01:48:17.305500"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by WelcomeController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "43df2e52ee42a0ea44f6eb1e867f6c9cb26d7090"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 32ms (Views: 22.9ms | ActiveRecord: 0.5ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adalberto@leschrippin.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adalberto@leschrippin.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adalberto@leschrippin.biz"], ["remember_token", "3b22e7911ae25ce6d7ee49d9708caa79303f63d4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "adalberto@leschrippin.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:48:17.407106"], ["accepted_at", "2017-07-06 01:48:17.407429"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 11ms (ActiveRecord: 2.9ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:48:17 +0900 Processing by WelcomeController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "3b22e7911ae25ce6d7ee49d9708caa79303f63d4"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 1.1ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:49:51 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (1.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 200ms (Views: 197.7ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:49:51 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:49:51 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verda_casper@framiwilliamson.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verda_casper@framiwilliamson.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "verda_casper@framiwilliamson.org"], ["remember_token", "6727de371cc92078b8ccd33ac232b8259072e160"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "verda_casper@framiwilliamson.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:49:51.993651"], ["accepted_at", "2017-07-06 01:49:51.994161"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 28ms (ActiveRecord: 3.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:49:52 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "6727de371cc92078b8ccd33ac232b8259072e160"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 16ms (Views: 12.1ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 10:51:11 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "6727de371cc92078b8ccd33ac232b8259072e160"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:51:11 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "(pry):2:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:52:30 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb Rendered genkan/sessions/new.html.erb (1.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:52:30 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:52:30 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nicola@cain.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nicola@cain.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nicola@cain.name"], ["remember_token", "66071bc1514abde7e3250909e2f96c493e12b087"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "nicola@cain.name"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:52:30.080469"], ["accepted_at", "2017-07-06 01:52:30.080955"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 30ms (ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:52:30 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "66071bc1514abde7e3250909e2f96c493e12b087"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 207ms (Views: 202.3ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 10:52:43 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "66071bc1514abde7e3250909e2f96c493e12b087"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:52:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb Rendered genkan/sessions/new.html.erb (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "(pry):2:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `evaluate_ruby'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:323:in `handle_line'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:242:in `block in eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `catch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb:241:in `eval'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:77:in `block in repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `loop'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:67:in `repl'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `block in start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:61:in `__with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb:79:in `with_ownership'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:38:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb:15:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb:169:in `start'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb:43:in `pry'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:55:18 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 250ms (Views: 247.3ms | ActiveRecord: 0.7ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:55:19 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:55:19 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joe.powlowski@heathcote.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joe.powlowski@heathcote.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joe.powlowski@heathcote.org"], ["remember_token", "417ea9193f39f58a50b4768b81ce9aa754ca765c"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "joe.powlowski@heathcote.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:55:19.103647"], ["accepted_at", "2017-07-06 01:55:19.104134"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 19ms (ActiveRecord: 2.8ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:55:19 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "417ea9193f39f58a50b4768b81ce9aa754ca765c"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 10:55:19 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "417ea9193f39f58a50b4768b81ce9aa754ca765c"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:55:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/genkan/application Rendered genkan/sessions/new.html.erb within layouts/genkan/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (5.6ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (4.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 212ms (Views: 209.7ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "may_roberts@halvorson.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "may_roberts@halvorson.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "may_roberts@halvorson.biz"], ["remember_token", "ca8ad7dd91c53fac0f6347d46026aab8a55c1254"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "may_roberts@halvorson.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 01:59:06.501005"], ["accepted_at", "2017-07-06 01:59:06.501474"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 20ms (ActiveRecord: 2.8ms) Started GET "/" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ca8ad7dd91c53fac0f6347d46026aab8a55c1254"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 9.0ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ca8ad7dd91c53fac0f6347d46026aab8a55c1254"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 10:59:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 188ms (Views: 185.9ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "travis@hackett.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "travis@hackett.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "travis@hackett.co"], ["remember_token", "9c98e03f8006095b1da714b6ef0736959889840c"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "travis@hackett.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:00:02.298974"], ["accepted_at", "2017-07-06 02:00:02.299521"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 45ms (ActiveRecord: 2.9ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "9c98e03f8006095b1da714b6ef0736959889840c"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 15ms (Views: 10.6ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "9c98e03f8006095b1da714b6ef0736959889840c"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanel.sipes@hudson.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanel.sipes@hudson.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shanel.sipes@hudson.com"], ["remember_token", "7d69369c2ff43e306606648c26ae418da070551a"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "shanel.sipes@hudson.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:00:02.369372"], ["accepted_at", "2017-07-06 02:00:02.369748"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "7d69369c2ff43e306606648c26ae418da070551a"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rachelle_schowalter@connelly.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rachelle_schowalter@connelly.net"], ["remember_token", "9ebe88055bd447d38697e8b188e4f44abf9f0a0a"], ["accepted_at", "2017-07-06 02:00:02.406457"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (1.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 1.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rachelle_schowalter@connelly.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "rachelle_schowalter@connelly.net"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:00:02.496031"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:00:02.497364"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by WelcomeController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "9ebe88055bd447d38697e8b188e4f44abf9f0a0a"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 21ms (Views: 14.8ms | ActiveRecord: 0.6ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odell.williamson@waters.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "odell.williamson@waters.org"], ["remember_token", "a6809971ba8d9fe93680f4f95da57e41aa6f6d2d"], ["banned_at", "2017-07-06 02:00:02.547311"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odell.williamson@waters.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (1.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "odell.williamson@waters.org"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 16ms (ActiveRecord: 2.7ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:00:59 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 210ms (Views: 206.9ms | ActiveRecord: 0.9ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eda_dare@grady.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eda_dare@grady.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eda_dare@grady.name"], ["remember_token", "982043a82f7fcd7d52d01bd95db3c67c097e583f"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "eda_dare@grady.name"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:00.077701"], ["accepted_at", "2017-07-06 02:01:00.078250"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 24ms (ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "982043a82f7fcd7d52d01bd95db3c67c097e583f"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 24ms (Views: 18.9ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brennon_becker@rolfson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "brennon_becker@rolfson.io"], ["remember_token", "8a5168498531ff5cfed55988c423fb7dfeeb1428"], ["banned_at", "2017-07-06 02:01:00.130373"]]  (0.8ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brennon_becker@rolfson.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "brennon_becker@rolfson.io"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "queen.rutherford@johnsgottlieb.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "queen.rutherford@johnsgottlieb.com"], ["remember_token", "f9c34b91a240ecf256c1217c4e145c1021c2ddbd"], ["accepted_at", "2017-07-06 02:01:00.189368"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "queen.rutherford@johnsgottlieb.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "queen.rutherford@johnsgottlieb.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:01:00.211125"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:01:00.211515"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f9c34b91a240ecf256c1217c4e145c1021c2ddbd"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanne.marvin@beierreichel.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanne.marvin@beierreichel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joanne.marvin@beierreichel.com"], ["remember_token", "aa893b6178f14ab4048b72f3c5224d5fbfab927c"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "joanne.marvin@beierreichel.com"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:00.266267"], ["accepted_at", "2017-07-06 02:01:00.266651"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 11ms (ActiveRecord: 3.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "aa893b6178f14ab4048b72f3c5224d5fbfab927c"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "aa893b6178f14ab4048b72f3c5224d5fbfab927c"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:01:00 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaylee_sipes@braunbeer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kaylee_sipes@braunbeer.name"], ["remember_token", "dc5c54620c7ea0048c0d66dc1f4c4492201f26ec"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rex_kunze@aufderharjenkins.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rex_kunze@aufderharjenkins.org"], ["remember_token", "72b8b6dac716a72ba1e8c6ef2e039412b1f92e88"]]  (1.8ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pink_jenkins@parkerconsidine.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pasquale@baumbach.org"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "pasquale@baumbach.org"], ["remember_token", "0e3ce367db27301badba5587b4c382da4475c182"], ["banned_at", "2017-07-06 02:01:00.383136"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rahul.emard@purdy.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rahul.emard@purdy.net"], ["remember_token", "379703f40c8f9d90ebb6ffc3653fcc6489b347cc"], ["banned_at", "2017-07-06 02:01:00.397486"]]  (1.0ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raegan.legros@tillmanjaskolski.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "raegan.legros@tillmanjaskolski.net"], ["remember_token", "7cbba9630af8ab6e7b45aa9ca422e33f1b461905"], ["accepted_at", "2017-07-06 02:01:00.418528"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacklyn_corkery@heller.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jacklyn_corkery@heller.com"], ["remember_token", "c94915601f71597d76b54703c1030ee7870f837b"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ambrose@sawaynmayer.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ambrose@sawaynmayer.net"], ["remember_token", "b2d345dfda110e2d99249bc099d18f153ff3973e"], ["banned_at", "2017-07-06 02:01:00.430969"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quentin@senger.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "quentin@senger.io"], ["remember_token", "e64b72922d2f3297da99770da57be66b7824a84f"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moriah@schimmel.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "moriah@schimmel.name"], ["remember_token", "c89231a168cf3bd3aed29835f0e2964be3cdf052"], ["accepted_at", "2017-07-06 02:01:00.440377"]]  (0.6ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lourdes.tillman@haag.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lourdes.tillman@haag.io"], ["remember_token", "09246181c2f5f773655f571fd354978f45e3d24e"], ["accepted_at", "2017-07-06 02:01:00.451141"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eunice@fadel.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eunice@fadel.co"], ["remember_token", "d8cbe921b768a09f009256d1b6667f8a52e21974"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meta@hintz.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "meta@hintz.co"], ["remember_token", "ecd152e2ac35890fb697e37eb3e38251305c1096"], ["banned_at", "2017-07-06 02:01:00.459956"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaiah_bosco@windler.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "isaiah_bosco@windler.name"], ["remember_token", "f91bfd0377db98bfad6805da41bb5dd15b56af40"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ova@macejkovic.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ova@macejkovic.biz"], ["remember_token", "16fd80114f7373a29518d8e5f3b2f6eb553953bf"], ["accepted_at", "2017-07-06 02:01:00.468258"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luz.gerlach@langosheffertz.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "luz.gerlach@langosheffertz.co"], ["remember_token", "51f5d9f6fe0fb5f4342fbcd341847d847bd677b1"], ["accepted_at", "2017-07-06 02:01:00.477923"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "opal@yost.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "opal@yost.info"], ["remember_token", "fa70421e69f04463b7de84436899c1316cac8af2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "napoleon_hagenes@schaefer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "napoleon_hagenes@schaefer.info"], ["remember_token", "f751447b7778a6a2bcc0ebe5e2ae424d305ae6b9"], ["banned_at", "2017-07-06 02:01:00.484707"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "javonte.oconnell@okuneva.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "javonte.oconnell@okuneva.name"], ["remember_token", "c40c3b576231de63e09442551aa0b3ba6e70eacc"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shirley@hoppe.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shirley@hoppe.com"], ["remember_token", "500ea62dfeb40c1e9977e656d4994d0a4630cdf1"], ["accepted_at", "2017-07-06 02:01:00.492278"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorcas_kreiger@schulist.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dorcas_kreiger@schulist.biz"], ["remember_token", "e6b9328fee0796437b504263b5850056c4dcdc0f"], ["accepted_at", "2017-07-06 02:01:00.501156"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kailyn.ondricka@pacocharodriguez.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kailyn.ondricka@pacocharodriguez.biz"], ["remember_token", "eea10d76371cdbe1f7738f930df5c9fd27ef15d1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "molly@klockograham.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "molly@klockograham.info"], ["remember_token", "39062101b55a1c73fa3076a1ac4c880f11abbf30"], ["banned_at", "2017-07-06 02:01:00.509293"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nya_rutherford@stiedemann.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nya_rutherford@stiedemann.org"], ["remember_token", "e82e1cfb0eeb03bcaf4f17cfff06528d42b49c04"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denis@oconnerflatley.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "denis@oconnerflatley.biz"], ["remember_token", "7b43fd7c08ba0db4b94d93bdb091450526657b64"], ["accepted_at", "2017-07-06 02:01:00.516752"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camila_connelly@stiedemann.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "camila_connelly@stiedemann.info"], ["remember_token", "00469c890515656da09769169dbb51917c2c1705"], ["accepted_at", "2017-07-06 02:01:00.526002"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clarabelle.collier@schinnerhammes.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "clarabelle.collier@schinnerhammes.org"], ["remember_token", "1d4e69a537260ebda94726d7d81b11138ab7bd6d"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "creola_frami@kozeybins.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "creola_frami@kozeybins.net"], ["remember_token", "bd06b6997e33c252c2d7c31b5fc12f2427644ecf"], ["banned_at", "2017-07-06 02:01:00.532868"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sadie@durgandonnelly.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sadie@durgandonnelly.io"], ["remember_token", "21ab7353fb1ffcda59e1907faf5a881f52a23eb0"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adalberto_beer@bednar.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adalberto_beer@bednar.name"], ["remember_token", "c2d304347502704e63ac18fece1e0da62ff86efb"], ["accepted_at", "2017-07-06 02:01:00.539835"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvena@rippin.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "alvena@rippin.net"], ["remember_token", "45455b520a7d1ccf6e49b07fa7ca1919079d21e1"], ["accepted_at", "2017-07-06 02:01:00.548370"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winona@cremin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "winona@cremin.net"], ["remember_token", "6d90225469138769907831cf9d92ea1d56b0c0bd"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cecilia@bernier.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cecilia@bernier.name"], ["remember_token", "f3d8771ec399717a28518cc72a775ffbf37cd41a"], ["banned_at", "2017-07-06 02:01:00.557820"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lester_reichert@stark.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lester_reichert@stark.info"], ["remember_token", "78e3d534224679cd13ac607434d740a1adc92eab"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luisa@orn.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "luisa@orn.name"], ["remember_token", "693bdc897b4e05a1d05f6bbcfcec3f3f8bb0db1e"], ["accepted_at", "2017-07-06 02:01:00.568993"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "autumn@greenholttremblay.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "autumn@greenholttremblay.biz"], ["remember_token", "e44c35e24dd021246b3e6de4a1f41c7ab9f3d665"], ["accepted_at", "2017-07-06 02:01:00.583023"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trenton.ohara@hirthe.biz"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "trenton.ohara@hirthe.biz"], ["remember_token", "c0085ebaf636c2d52cb6f4fbf2c7f0728fb5fb8f"]]  (2.4ms) commit transaction  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sammy_lubowitz@mueller.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sammy_lubowitz@mueller.com"], ["remember_token", "f3554de651c4a254e3f05264370bbba9730857b6"], ["banned_at", "2017-07-06 02:01:00.603555"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teagan@buckridge.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "teagan@buckridge.biz"], ["remember_token", "e54271ac27812ddc10df16cc5a8aa52a61e928ee"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coy@waters.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "coy@waters.co"], ["remember_token", "e0ac880ba501e260d6655c5b55e2460ad5dd0947"], ["accepted_at", "2017-07-06 02:01:00.628619"]]  (4.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nakia@parkerprohaska.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nakia@parkerprohaska.biz"], ["remember_token", "f42f14be31b0433a84674d90315b97d9dc91e296"], ["accepted_at", "2017-07-06 02:01:00.641432"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clementina.kling@kunzearmstrong.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "clementina.kling@kunzearmstrong.io"], ["remember_token", "3b5160d652785234faef27e8ea96635bd2f4359f"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly.veum@schimmel.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lesly.veum@schimmel.name"], ["remember_token", "a3d830e2e71d850172af4dd49072f2ff7e18dd34"], ["banned_at", "2017-07-06 02:01:00.648809"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abigale@doylewintheiser.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "abigale@doylewintheiser.info"], ["remember_token", "06a17852cf510c70cbeb93225f59a429d003ec49"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willard@cruickshank.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "willard@cruickshank.com"], ["remember_token", "0d540cce9984894904f5876a53e2c88e2fee57ed"], ["accepted_at", "2017-07-06 02:01:00.664462"]]  (1.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiley.yost@baumbach.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kiley.yost@baumbach.org"], ["remember_token", "dc2cfdaf2fbcff3f8c2269d39771af48058df81e"], ["accepted_at", "2017-07-06 02:01:00.676184"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ariel@hermistonnitzsche.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ariel@hermistonnitzsche.com"], ["remember_token", "d834e6b24eef3b675f99b8ddfae7e9ad0509b15a"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfred@zboncak.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "wilfred@zboncak.io"], ["remember_token", "abee88c7f46b3b60a7378ca1f5f16f12d968e520"], ["banned_at", "2017-07-06 02:01:00.687152"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dayana_von@gutkowski.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dayana_von@gutkowski.info"], ["remember_token", "621d2276dd66309b99d5d4f74a3f00e68d036d39"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "domingo_block@trantownienow.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "domingo_block@trantownienow.name"], ["remember_token", "4883d2ceaedaf60cf1f4bcfddc1731102daed55d"], ["accepted_at", "2017-07-06 02:01:00.694255"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bartholome@hahn.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bartholome@hahn.org"], ["remember_token", "40c617b39225fb0154ab1b59a18e4aa86fe39085"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abel@satterfield.info"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "royal@yost.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "royal@yost.net"], ["remember_token", "0cedeaca77405fe2e7e0df619bf459a0b6487574"], ["logged_in_count", 2], ["last_logged_in_at", "2017-07-06 02:01:00.779536"], ["accepted_at", "2017-07-06 02:01:00.779701"]]  (0.8ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iliana_hudson@kuhlmanbergstrom.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "iliana_hudson@kuhlmanbergstrom.biz"], ["remember_token", "2b58711397952a93a89aca281139129d97e4af20"], ["logged_in_count", 3], ["last_logged_in_at", "2017-07-06 02:01:00.794198"], ["accepted_at", "2017-07-06 02:01:00.794358"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emily_borer@steuberdach.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emily_borer@steuberdach.net"], ["remember_token", "b4c64c0814454b175b20644c3a11e85b6868e6b6"], ["accepted_at", "2017-07-06 02:01:00.802563"]]  (1.2ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonie.treutel@carroll.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lonie.treutel@carroll.biz"], ["remember_token", "da056b27f672471a894a047ec524780c460d7a2a"], ["accepted_at", "2017-07-06 02:01:00.815358"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenna_buckridge@satterfieldcrooks.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kyler@steuberkautzer.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ryley_spinka@berge.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leopold.goyette@tillman.info"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dejon.marks@stokes.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dejon.marks@stokes.biz"], ["remember_token", "a69b7015c7e085169e0b67b7a693684d01748354"]]  (1.2ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dejon.marks@stokes.biz"], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "DEJON.MARKS@STOKES.BIZ"], ["LIMIT", 1]]  (2.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilton@okon.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wilton@okon.org"], ["remember_token", "486cd1df3194abb751338c2aa85defa90153ffee"]]  (0.7ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.2ms) DELETE FROM sqlite_sequence where name = 'users';  (11.3ms) DELETE FROM "ar_internal_metadata";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 16ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandon@kaulkedickens.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandon@kaulkedickens.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "brandon@kaulkedickens.net"], ["remember_token", "60d3d11437ea85036de9256d01d2f7bb69dab241"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "brandon@kaulkedickens.net"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 12ms (ActiveRecord: 2.1ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deja@emard.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deja@emard.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deja@emard.org"], ["remember_token", "1ed1973801c72a03831e79cc529b71b3e72bf14b"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "deja@emard.org"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 15ms (ActiveRecord: 3.2ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (4.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaleb@wizaturner.org"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaleb@wizaturner.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kaleb@wizaturner.org"], ["remember_token", "29494102d357a9717ea12ce76b096c5272b55cf2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kaleb@wizaturner.org"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:01.066443"], ["accepted_at", "2017-07-06 02:01:01.067216"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 23ms (ActiveRecord: 6.4ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ambrose@stracke.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ambrose@stracke.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ambrose@stracke.com"], ["remember_token", "135772c90e37a3f8da8406c955555e1d4a3a3053"]]  (0.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ambrose@stracke.com"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:01.100772"], ["accepted_at", "2017-07-06 02:01:01.101246"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 6.6ms)  (0.5ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (11.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edgardo.runolfsdottir@dicki.biz"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edgardo.runolfsdottir@dicki.biz"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "edgardo.runolfsdottir@dicki.biz"], ["remember_token", "22483abe8dfbc45cdaf413241646f88a511a11b3"]]  (5.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "edgardo.runolfsdottir@dicki.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:01.208639"], ["accepted_at", "2017-07-06 02:01:01.222022"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 100ms (ActiveRecord: 9.8ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "niko@pouros.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "niko@pouros.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "niko@pouros.io"], ["remember_token", "caac3d5ff1722a0ebe32a7ee99b03fa6d918db77"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "niko@pouros.io"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:01.260918"], ["accepted_at", "2017-07-06 02:01:01.261620"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 18ms (ActiveRecord: 5.3ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "caac3d5ff1722a0ebe32a7ee99b03fa6d918db77"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (5.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delta.kozey@goodwinjohnson.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delta.kozey@goodwinjohnson.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "delta.kozey@goodwinjohnson.co"], ["remember_token", "4d23785c1c4d500d256b31e191d6df03fb091fc6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "delta.kozey@goodwinjohnson.co"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:01:01.301754"], ["accepted_at", "2017-07-06 02:01:01.302274"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 16ms (ActiveRecord: 5.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4d23785c1c4d500d256b31e191d6df03fb091fc6"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (10.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 195ms (Views: 192.4ms | ActiveRecord: 0.8ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freeman@kulas.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freeman@kulas.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "freeman@kulas.co"], ["remember_token", "df80f9ff9e9f0e7b2281a189a9c69310a04f1d98"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "freeman@kulas.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:31.735017"], ["accepted_at", "2017-07-06 02:03:31.735441"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 19ms (ActiveRecord: 2.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "df80f9ff9e9f0e7b2281a189a9c69310a04f1d98"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "df80f9ff9e9f0e7b2281a189a9c69310a04f1d98"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dane.nolan@collier.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dane.nolan@collier.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dane.nolan@collier.org"], ["remember_token", "f6134a5f7dc5b71bf9bf90a5ccf76f2401a301a7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "dane.nolan@collier.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:31.792888"], ["accepted_at", "2017-07-06 02:03:31.793277"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f6134a5f7dc5b71bf9bf90a5ccf76f2401a301a7"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hermann.okon@emard.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "hermann.okon@emard.org"], ["remember_token", "bac126e07b00827753b3c317773289ba82849b32"], ["banned_at", "2017-07-06 02:03:31.816100"]]  (0.8ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hermann.okon@emard.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "hermann.okon@emard.org"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maude@prosacco.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maude@prosacco.com"], ["remember_token", "42857ed75e0b915f40af91495c874bd318843c0d"], ["accepted_at", "2017-07-06 02:03:31.853284"]]  (0.5ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maude@prosacco.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "maude@prosacco.com"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:03:31.870863"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:03:31.871172"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:03:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "42857ed75e0b915f40af91495c874bd318843c0d"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herminio_rau@maggio.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "herminio_rau@maggio.net"], ["remember_token", "1d5346b25de8a5585da6f5040c65f9ec385c5d93"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deie_swift@legros.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deie_swift@legros.info"], ["remember_token", "7560bc2760890e02a1acac2f374e8853d4c869b6"]]  (0.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jason@farrell.info"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teagan.ryan@funk.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "teagan.ryan@funk.info"], ["remember_token", "fe5877bb4f5c7d8509c3677aa53c20311af66aa1"]]  (0.6ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mia.roob@cartwright.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mia.roob@cartwright.org"], ["remember_token", "60a5a93bb67d2f53821107068c80a5609aeae509"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mia.roob@cartwright.org"], ["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "MIA.ROOB@CARTWRIGHT.ORG"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reynold@hauck.io"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (7.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theodore@beer.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cade.bruen@harrisharvey.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (5.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiley.mccullough@schultz.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorian_davis@schmidt.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dorian_davis@schmidt.io"], ["remember_token", "f3440e4d764d25ac6db57edb473a5430d4d09c49"], ["banned_at", "2017-07-06 02:03:32.092869"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jesus.durgan@tillman.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jesus.durgan@tillman.net"], ["remember_token", "33c9cb2dc7bc9e3590bbc261132530fd65cf3b2f"], ["banned_at", "2017-07-06 02:03:32.100644"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scarlett@nolandavis.name"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "scarlett@nolandavis.name"], ["remember_token", "79d4af3662c54c96da9296ceaef92883b08734ed"], ["accepted_at", "2017-07-06 02:03:32.122854"]]  (2.2ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alva_murazik@emard.info"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alva_murazik@emard.info"], ["remember_token", "a9e41df9a5883fa48c378d14a36af2ba4f6214e1"]]  (8.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dee_gleason@fisher.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dee_gleason@fisher.co"], ["remember_token", "4af10829f3e0e22306553d27f201b9b57326e13f"], ["banned_at", "2017-07-06 02:03:32.159103"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elna_lubowitz@ko.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elna_lubowitz@ko.co"], ["remember_token", "7346d2bd2f51fe53ea82910765e54b6983f0c345"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaiah.nikolaus@oreillyruel.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "isaiah.nikolaus@oreillyruel.biz"], ["remember_token", "f4dbf2bdcc6ed5830e54a8d314fee37a0e9fd8ab"], ["accepted_at", "2017-07-06 02:03:32.170697"]]  (1.0ms) commit transaction User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chelsea@heelankunding.org"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "chelsea@heelankunding.org"], ["remember_token", "624df47b0989b9824f8f06cb6e28d1b17fc580ed"], ["accepted_at", "2017-07-06 02:03:32.198561"]]  (3.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverna_volkman@maggio.net"], ["LIMIT", 1]] SQL (6.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "laverna_volkman@maggio.net"], ["remember_token", "2e3430f60de3549edf8eb0883182782bdf26c45c"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otho@stoltenbergfadel.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "otho@stoltenbergfadel.info"], ["remember_token", "07aa3cb8be5037d01ec3b2f664f346454dbe9a20"], ["banned_at", "2017-07-06 02:03:32.229963"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devin@okunevalubowitz.io"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "devin@okunevalubowitz.io"], ["remember_token", "dd05f733822212b0c2a5d14bd4add9896ee233a5"]]  (2.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristy@osinski.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kristy@osinski.name"], ["remember_token", "93f26cfbf80aeb6cb8a0f33036abcc8d67430a96"], ["accepted_at", "2017-07-06 02:03:32.250550"]]  (5.2ms) commit transaction User Load (1.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.5ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (8.5ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "salvador.cruickshank@denesik.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "salvador.cruickshank@denesik.biz"], ["remember_token", "24d5d78fd367f3d24871901e4316b9c342060ea6"], ["accepted_at", "2017-07-06 02:03:32.312395"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "queen@bernhard.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "queen@bernhard.net"], ["remember_token", "df5402cc48a318d12039dc278b10a6c616f284ac"]]  (1.2ms) commit transaction  (0.5ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ed@crist.info"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ed@crist.info"], ["remember_token", "2b5d774fb704dfbfe14c0239f95b76383b6bc609"], ["banned_at", "2017-07-06 02:03:32.332601"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilford_klein@stiedemannbruen.name"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wilford_klein@stiedemannbruen.name"], ["remember_token", "42c0c4191268c2d82d397d981e71dbe393ac3374"]]  (2.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "flavio.moore@collierkohler.net"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "flavio.moore@collierkohler.net"], ["remember_token", "674facb531036bd48a4b8020e6fc30e175ec9b3e"], ["accepted_at", "2017-07-06 02:03:32.368473"]]  (1.8ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (5.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dixie_ruecker@mante.net"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dixie_ruecker@mante.net"], ["remember_token", "7dd12fdcc0b207382a22c3b13862aeeb1c2385ff"], ["accepted_at", "2017-07-06 02:03:32.390875"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quentin@schmitt.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "quentin@schmitt.name"], ["remember_token", "af330640894c8cc9ace5e2bcccbc645153742730"]]  (3.0ms) commit transaction  (0.4ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamal@ferry.org"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jamal@ferry.org"], ["remember_token", "14c1c1849708b2655ab583f9dd5a329c64906bc8"], ["banned_at", "2017-07-06 02:03:32.417846"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sandy@williamsondouglas.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sandy@williamsondouglas.com"], ["remember_token", "7df04d315a44d5a316af65e6dbee19246e1705ba"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendrick@bergstrom.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kendrick@bergstrom.org"], ["remember_token", "d59f59f4b199963baf94eb876aa674b3550adef4"], ["accepted_at", "2017-07-06 02:03:32.447819"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hailie_king@reynolds.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hailie_king@reynolds.net"], ["remember_token", "82213477885e3e687832933b5e188bb5d964e8d1"], ["accepted_at", "2017-07-06 02:03:32.461801"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yolanda@schmidtwalter.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "yolanda@schmidtwalter.name"], ["remember_token", "1382317eb674c041c6717e04c13f7e41195da2f9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "weston@oberbrunner.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "weston@oberbrunner.org"], ["remember_token", "a70b4bae031447d54d7fdb3a5a95fccac41a4158"], ["banned_at", "2017-07-06 02:03:32.473448"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "june_reinger@macgyver.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "june_reinger@macgyver.net"], ["remember_token", "c50304ddfb9e405fd32d1fbad8810adfe024c4c1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurelie@kunde.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aurelie@kunde.io"], ["remember_token", "377983c9819f01596d6e11f6fdf6e152352f4c0f"], ["accepted_at", "2017-07-06 02:03:32.490046"]]  (10.9ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (7.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lura@cremin.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lura@cremin.com"], ["remember_token", "d2974833664cc12aec8efdfb2f3cca8808bf7fb6"], ["accepted_at", "2017-07-06 02:03:32.529898"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tracey_wilkinson@krajcik.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tracey_wilkinson@krajcik.name"], ["remember_token", "4513364f18eb8b00acfd2455c400aa9b3082de12"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "van_boyer@ziemerempel.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "van_boyer@ziemerempel.co"], ["remember_token", "3962ea61487d17376e46e54f3f7f127b72d9ecf7"], ["banned_at", "2017-07-06 02:03:32.537231"]]  (1.9ms) commit transaction  (0.5ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marilou.rutherford@handrunte.io"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marilou.rutherford@handrunte.io"], ["remember_token", "cca993c58600d77491ff51bcbf58c12372d8560d"]]  (3.9ms) commit transaction  (0.2ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephany.schuster@bednar.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "stephany.schuster@bednar.io"], ["remember_token", "8d28142259988a492c3f0b6c61634441a49e7301"], ["accepted_at", "2017-07-06 02:03:32.559477"]]  (1.8ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.8ms) PRAGMA foreign_keys  (1.1ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (9.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "afton.heidenreich@rutherford.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "afton.heidenreich@rutherford.net"], ["remember_token", "245e73bfb10dd02883ff3a8ecc87c34e877f0c0e"], ["accepted_at", "2017-07-06 02:03:32.599974"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pearline.ko@beerondricka.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "pearline.ko@beerondricka.io"], ["remember_token", "7fff83078091431224e7bdcd76c98a7221aec5e1"]]  (1.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dashawn_lind@ratke.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dashawn_lind@ratke.io"], ["remember_token", "80e62eb3c2b85c4582742d078a3f3bb9746f0ef2"], ["banned_at", "2017-07-06 02:03:32.609750"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ivory@stiedemannkozey.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ivory@stiedemannkozey.co"], ["remember_token", "46817e4f3892007379d070cb985d3bb585cf4a97"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeremie.nolan@dickens.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jeremie.nolan@dickens.name"], ["remember_token", "7e38e2446f932bf60859d57dbc20295b3cbe8ede"], ["accepted_at", "2017-07-06 02:03:32.623336"]]  (1.3ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaclyn@collins.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jaclyn@collins.com"], ["remember_token", "a3f491fb705f8cccd63065f5ead87e5545639ba5"], ["accepted_at", "2017-07-06 02:03:32.645145"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "muhammad@mrazbednar.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "muhammad@mrazbednar.info"], ["remember_token", "4d87382534d1fb6e1865e212ee5b39151bf65698"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roman.moen@strosin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "roman.moen@strosin.com"], ["remember_token", "6ff63b9c9f13b3cf05c094b5726bb37133a9ad8e"], ["banned_at", "2017-07-06 02:03:32.664022"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "prince_zieme@littel.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "prince_zieme@littel.io"], ["remember_token", "c59e02fb244bb998e146eb7859f0cb1bf922a6c7"]]  (4.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "friedrich.daniel@morar.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "friedrich.daniel@morar.com"], ["remember_token", "285638e37317af11c833b7614cb9bea54c1f38be"], ["accepted_at", "2017-07-06 02:03:32.676599"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kameron.mills@stark.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kameron.mills@stark.info"], ["remember_token", "2e8ab404ececc8293149afc8667348c617fe5c09"], ["accepted_at", "2017-07-06 02:03:32.684857"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madge@brakuscole.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madge@brakuscole.org"], ["remember_token", "c88719d1f4602514cbeec3162fe00b8ca4556732"]]  (1.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mavis@kshlerin.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "mavis@kshlerin.co"], ["remember_token", "0227fdca1e742fdeffc762da34bfdcf1d1b3836b"], ["banned_at", "2017-07-06 02:03:32.694264"]]  (2.2ms) commit transaction  (0.3ms) begin transaction User Exists (1.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amanda@sawayn.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "amanda@sawayn.name"], ["remember_token", "ccb127e8181b34d55e504a2da2f08c749b73a035"]]  (1.9ms) commit transaction  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlin.howell@renner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "marlin.howell@renner.info"], ["remember_token", "8a985ab28f419846075da1aa1579725627535e16"], ["accepted_at", "2017-07-06 02:03:32.725016"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnathon@reingerkaulke.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "johnathon@reingerkaulke.org"], ["remember_token", "d1fc8b4e618b1308f7a177079b00172bc531b8fd"], ["accepted_at", "2017-07-06 02:03:32.750649"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jazmin_ferry@kreiger.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jazmin_ferry@kreiger.name"], ["remember_token", "6c6747596c94867be465099173f3ad03833bf9d6"], ["accepted_at", "2017-07-06 02:03:32.761007"]]  (1.3ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francisco@mccullough.name"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristofer@collinsboehm.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "kristofer@collinsboehm.org"], ["remember_token", "3750973cc22ef9b5516cb0822c39da43b962ed4f"], ["logged_in_count", 7], ["last_logged_in_at", "2017-07-06 02:03:32.794159"], ["accepted_at", "2017-07-06 02:03:32.794485"]]  (1.3ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "walker@schroeder.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "walker@schroeder.org"], ["remember_token", "dad7d04c9d9e95b3d21a131cedf8a9f42d91b69c"], ["logged_in_count", 4], ["last_logged_in_at", "2017-07-06 02:03:32.815257"], ["accepted_at", "2017-07-06 02:03:32.815466"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephon@runolfon.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stephon@runolfon.biz"], ["remember_token", "b6ae07185908f0711c1c4e037a29e0240980db22"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marley.hintz@windler.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marley.hintz@windler.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marley.hintz@windler.info"], ["remember_token", "d2af2c10098aef7225ab00047e47bc1a69225fec"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "marley.hintz@windler.info"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 21ms (ActiveRecord: 4.7ms)  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camryn@okeefemcglynn.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camryn@okeefemcglynn.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "camryn@okeefemcglynn.name"], ["remember_token", "53e6eeb557e3ce56d4104327959bb6360e501b73"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "camryn@okeefemcglynn.name"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.7ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jettie@bruencarter.co"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jettie@bruencarter.co"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jettie@bruencarter.co"], ["remember_token", "2a4e45894b27e5ca339ed899aaf4f39955cceeb7"]]  (2.0ms) commit transaction  (0.2ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jettie@bruencarter.co"], ["id", 1], ["LIMIT", 1]] SQL (1.0ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:32.937139"], ["accepted_at", "2017-07-06 02:03:32.938370"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 28ms (ActiveRecord: 8.4ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (8.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miracle@macejkovic.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miracle@macejkovic.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "miracle@macejkovic.org"], ["remember_token", "e50b1d723e298470e15bd1a6c198658b9a36447a"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "miracle@macejkovic.org"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:32.973333"], ["accepted_at", "2017-07-06 02:03:32.973871"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 18ms (ActiveRecord: 5.8ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad@green.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad@green.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tad@green.net"], ["remember_token", "e0200ca61588f92f5f7e3cf726717fc5ddb180f1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "tad@green.net"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:33.026912"], ["accepted_at", "2017-07-06 02:03:33.027395"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 21ms (ActiveRecord: 4.6ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaitlin@gutmannkautzer.co"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaitlin@gutmannkautzer.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kaitlin@gutmannkautzer.co"], ["remember_token", "e0ef6dedf05f6cbf69d88a14681a91f3989cce77"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kaitlin@gutmannkautzer.co"], ["id", 1], ["LIMIT", 1]] SQL (1.0ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:33.061104"], ["accepted_at", "2017-07-06 02:03:33.061838"], ["id", 1]]  (1.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 22ms (ActiveRecord: 6.8ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "e0ef6dedf05f6cbf69d88a14681a91f3989cce77"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thaddeus@wiegand.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thaddeus@wiegand.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "thaddeus@wiegand.biz"], ["remember_token", "ba6b41ed6cfc5a732f362a1a6536e0148ce8f307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "thaddeus@wiegand.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:03:33.105487"], ["accepted_at", "2017-07-06 02:03:33.105822"], ["id", 1]]  (3.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 14ms (ActiveRecord: 5.7ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ba6b41ed6cfc5a732f362a1a6536e0148ce8f307"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 5ms (ActiveRecord: 0.7ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.0ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 14ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (7.1ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.3ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-07-06 02:26:57.203122"], ["updated_at", "2017-07-06 02:26:57.203122"]]  (1.6ms) commit transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (1.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "remember_token" varchar NOT NULL, "logged_in_count" integer DEFAULT 0 NOT NULL, "last_logged_in_at" datetime, "accepted_at" datetime, "banned_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  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'   (0.7ms) CREATE UNIQUE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20170705145634)  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-07-06 02:27:16.987751"], ["updated_at", "2017-07-06 02:27:16.987751"]]  (0.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jailyn@cummeratachamplin.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jailyn@cummeratachamplin.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jailyn@cummeratachamplin.io"], ["remember_token", "6b44d89cfb9468fbec9845f5e2eab1021a2c99d0"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jailyn@cummeratachamplin.io"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 21ms (ActiveRecord: 2.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jude@bayerkeebler.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jude@bayerkeebler.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jude@bayerkeebler.biz"], ["remember_token", "9b46b093a3037841d6336e65ac70d8aba95650f4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jude@bayerkeebler.biz"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hollie@streich.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hollie@streich.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hollie@streich.co"], ["remember_token", "cb09ee8e6251ab7d7365c6ecd25d48f5fb404abc"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "hollie@streich.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:17.593772"], ["accepted_at", "2017-07-06 02:27:17.594064"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willa_cartwright@blockparisian.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willa_cartwright@blockparisian.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "willa_cartwright@blockparisian.name"], ["remember_token", "082fe8aaf9da3db9c3cd9c2f3adfec091d2cd082"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "willa_cartwright@blockparisian.name"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:17.606945"], ["accepted_at", "2017-07-06 02:27:17.607242"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alia@haleybartell.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alia@haleybartell.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alia@haleybartell.name"], ["remember_token", "b369e4c61f7f08e4c8c4b15fcad356bf3050ea16"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alia@haleybartell.name"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:17.621479"], ["accepted_at", "2017-07-06 02:27:17.621803"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.3ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "helen.labadie@balistreri.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "helen.labadie@balistreri.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "helen.labadie@balistreri.io"], ["remember_token", "474bee8f1d85c1f2b9d4c9b94ef34263ddcad7e8"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "helen.labadie@balistreri.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:17.635666"], ["accepted_at", "2017-07-06 02:27:17.636017"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "474bee8f1d85c1f2b9d4c9b94ef34263ddcad7e8"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvin_hermiston@brakus.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvin_hermiston@brakus.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kelvin_hermiston@brakus.info"], ["remember_token", "4a586e8d9527362cd4e60a350ad641a5f339a7ee"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kelvin_hermiston@brakus.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:17.652913"], ["accepted_at", "2017-07-06 02:27:17.653245"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.4ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4a586e8d9527362cd4e60a350ad641a5f339a7ee"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dale@hills.com"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "golda.runte@schuster.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "golda.runte@schuster.org"], ["remember_token", "8029bdcdc86af9ab263e66e6510f49cc8196abba"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarrell_auer@auer.co"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanne.haley@schmidt.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "jeanne.haley@schmidt.org"], ["remember_token", "654103d0a615d4e4ec685dd42c70879677ef6a74"], ["logged_in_count", 10], ["last_logged_in_at", "2017-07-06 02:27:17.757535"], ["accepted_at", "2017-07-06 02:27:17.757690"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edwin_hansen@mccullough.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "edwin_hansen@mccullough.io"], ["remember_token", "653e81bbd4d88330941eadc4c58bf0c24eb1508f"], ["logged_in_count", 18], ["last_logged_in_at", "2017-07-06 02:27:17.770511"], ["accepted_at", "2017-07-06 02:27:17.770793"]]  (1.2ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (3.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donna@lueilwitz.io"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrain@pacocha.net"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reagan@schroederkautzer.name"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reagan@schroederkautzer.name"], ["remember_token", "9ba1d4ded1a007b27bb139e3075eaf18976060ef"]]  (2.5ms) commit transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hoyt_ritchie@konopelski.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hoyt_ritchie@konopelski.io"], ["remember_token", "b61b4adb026fedc4c48f46bec1f27ee67faad00e"]]  (0.6ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hoyt_ritchie@konopelski.io"], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "HOYT_RITCHIE@KONOPELSKI.IO"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammed_schowalter@wilkinson.co"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (6.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "violet@beier.com"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (3.5ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliver_eichmann@boyle.org"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "oliver_eichmann@boyle.org"], ["remember_token", "9c12af438c35da63a78c718d3c0c2e4b3484d119"], ["banned_at", "2017-07-06 02:27:17.944132"]]  (1.6ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexane.smitham@ankunding.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "alexane.smitham@ankunding.org"], ["remember_token", "70bf83b002a93d719a31ac91771c944234543631"], ["banned_at", "2017-07-06 02:27:17.973606"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaitlin@kulas.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kaitlin@kulas.info"], ["remember_token", "c48b66e173b5642fa184cc11c9caf94e16ddc7a2"], ["accepted_at", "2017-07-06 02:27:17.998303"]]  (1.8ms) commit transaction  (0.4ms) begin transaction User Exists (1.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melvin_strosin@spencer.com"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "melvin_strosin@spencer.com"], ["remember_token", "35b7fb34c217d323b9768ba7d16ba9c3826a3990"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olen_durgan@lockman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "olen_durgan@lockman.info"], ["remember_token", "57a46e1a3611299de68e6ad94a6c8c88349d5283"], ["banned_at", "2017-07-06 02:27:18.026474"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarret.goodwin@okuneva.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jarret.goodwin@okuneva.name"], ["remember_token", "52532ea9083a95d630ba35a43d7b05384dd03541"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sabina_koch@durgan.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sabina_koch@durgan.co"], ["remember_token", "aa528385e5d3a82e4fc14373cea89a9e836a345a"], ["accepted_at", "2017-07-06 02:27:18.045304"]]  (0.9ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rowland@grantferry.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rowland@grantferry.co"], ["remember_token", "40156af254f252fe9941e18d93d8296b0866891c"], ["accepted_at", "2017-07-06 02:27:18.067330"]]  (3.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juliet@schaefer.net"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "juliet@schaefer.net"], ["remember_token", "ca2f77ee336d01befa32c37b5c3a963907369507"]]  (7.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cora_trantow@treutelcummerata.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cora_trantow@treutelcummerata.info"], ["remember_token", "c0dc44e36a54d6bdda67602b486d4ddcea667f62"], ["banned_at", "2017-07-06 02:27:18.099734"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brittany_oconnell@raucrist.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "brittany_oconnell@raucrist.biz"], ["remember_token", "25dd89da34da8de5784c52edd644999abee1a617"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mike@gorczany.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mike@gorczany.org"], ["remember_token", "0ff6d1cafdb49fda271bbdd4f3df844c9078c507"], ["accepted_at", "2017-07-06 02:27:18.111219"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deonte@carter.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "deonte@carter.net"], ["remember_token", "b03dd357d13eae38d3fd4dcaa7db00f8e51ab4db"], ["accepted_at", "2017-07-06 02:27:18.134526"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kory@ortiz.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kory@ortiz.info"], ["remember_token", "60c4163d40a20272c13a656954f9aa15b66b626c"]]  (1.2ms) commit transaction  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ramiro@hansen.net"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ramiro@hansen.net"], ["remember_token", "b5cac0fbf564334f56c1646eb3e2963a5267b76f"], ["banned_at", "2017-07-06 02:27:18.166982"]]  (2.7ms) commit transaction  (0.3ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "asa_marks@hintzbuckridge.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "asa_marks@hintzbuckridge.info"], ["remember_token", "21ac23c8a4f8624abf0a99e7d01450ed7ddda1de"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leann@balistrerihilll.io"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "leann@balistrerihilll.io"], ["remember_token", "20322a0a63ea24582c74b233adbdf00c04619e93"], ["accepted_at", "2017-07-06 02:27:18.197127"]]  (2.5ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shad_waelchi@greenholt.org"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shad_waelchi@greenholt.org"], ["remember_token", "eb65d5b71019f2e2a30ed186c66cd1b3186cf1db"], ["accepted_at", "2017-07-06 02:27:18.227957"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sofia@mcclure.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sofia@mcclure.co"], ["remember_token", "ab2cb233ea14b4e1838ac4a2f60251e920ed37fc"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cletus@dickiwillms.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cletus@dickiwillms.io"], ["remember_token", "21dc6f2f5ff7248323b88f5c88eb8c47472b9032"], ["banned_at", "2017-07-06 02:27:18.250800"]]  (4.2ms) commit transaction  (0.4ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jackson@litteltromp.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jackson@litteltromp.io"], ["remember_token", "91219aac98ba0cc880c0c1da2e17adfc266d290f"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madge.bernier@considinekunze.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "madge.bernier@considinekunze.co"], ["remember_token", "cf248a4aa64577e727a0db5e0e2536ea1be8381d"], ["accepted_at", "2017-07-06 02:27:18.283034"]]  (1.3ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleanora_goldner@nikolaus.io"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "eleanora_goldner@nikolaus.io"], ["remember_token", "8593a40cea4b01fe9eed6b571e6e8534f35e358c"], ["accepted_at", "2017-07-06 02:27:18.297347"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nathan.marquardt@goyetteoberbrunner.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nathan.marquardt@goyetteoberbrunner.biz"], ["remember_token", "b9a25cbe7c6209a9fd3e2fb8b4ddb93d774d6fb5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erwin_terry@rippinberge.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "erwin_terry@rippinberge.biz"], ["remember_token", "43b82c0641a083af4a3ea488e0056c938b0335b5"], ["banned_at", "2017-07-06 02:27:18.311965"]]  (1.6ms) commit transaction  (0.5ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tre_ruel@wehner.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tre_ruel@wehner.co"], ["remember_token", "b6c18806de1d6a50c45f64b8542cf3f590c2460a"]]  (2.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nona.kovacek@nienowlubowitz.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nona.kovacek@nienowlubowitz.co"], ["remember_token", "14993c27ce4c3146ee48449b2573eba9e6f75858"], ["accepted_at", "2017-07-06 02:27:18.339585"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ova.graham@gusikowskiwitting.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ova.graham@gusikowskiwitting.name"], ["remember_token", "237c464f5b7fde669b0c985ac68e4805a3fa6d73"], ["accepted_at", "2017-07-06 02:27:18.365116"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanie@roweernser.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jeanie@roweernser.com"], ["remember_token", "0002d61b4d2b880a74029f4f4f6c16fca8c75982"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zoie@barrowsrunolfsdottir.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "zoie@barrowsrunolfsdottir.com"], ["remember_token", "edd12694705696e0210a32045718dd848d0ba8a9"], ["banned_at", "2017-07-06 02:27:18.379448"]]  (1.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "everett_renner@predovic.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "everett_renner@predovic.info"], ["remember_token", "2f6b0243ea9d06ea36aa56656cc58df216706184"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendra@pfannerstillpadberg.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kendra@pfannerstillpadberg.com"], ["remember_token", "7bee8b96417115c18bf113e9547a18cc94d33e00"], ["accepted_at", "2017-07-06 02:27:18.396039"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dillon@macgyver.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dillon@macgyver.com"], ["remember_token", "ac51bf3f33d3557bf3ca9fd8d9b32df8dd08a85f"], ["accepted_at", "2017-07-06 02:27:18.410481"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maiya.mosciski@legrosaltenwerth.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maiya.mosciski@legrosaltenwerth.co"], ["remember_token", "40fa36704084a840417caf31d4991444bc4d59a8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcia@hagenes.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marcia@hagenes.io"], ["remember_token", "b31f6c66456b8842748ef6b1a171c946412ef7e6"], ["banned_at", "2017-07-06 02:27:18.423776"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madison.hegmann@senger.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madison.hegmann@senger.io"], ["remember_token", "085adda519447bc74e4eb7b1a9f5c1c4547eccbc"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barbara@friesen.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "barbara@friesen.info"], ["remember_token", "eea2950bebb24031c26c97397f4bedd7628dbca3"], ["accepted_at", "2017-07-06 02:27:18.435613"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bonita@bahringer.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bonita@bahringer.info"], ["remember_token", "43174ddd9a40af88b2e1114a8db9f982e1b831ad"], ["accepted_at", "2017-07-06 02:27:18.444634"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvera.mertz@damorecrooks.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alvera.mertz@damorecrooks.biz"], ["remember_token", "8c1b4e86969ca071a75afb0e4f7acad3d9ef79a1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ricky@abbott.co"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ricky@abbott.co"], ["remember_token", "090344dbdb0bc5661c1b0bad37c27c0d7ca82391"], ["banned_at", "2017-07-06 02:27:18.454762"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gia@krajcik.name"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gia@krajcik.name"], ["remember_token", "69d3d81ecfc4663b479b59239c780e936b5a5056"]]  (2.7ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chance@hammes.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "chance@hammes.co"], ["remember_token", "4c509284251b08adf1b50abe61ccd93c9deacbc4"], ["accepted_at", "2017-07-06 02:27:18.478511"]]  (3.7ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elza_howell@keebler.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "elza_howell@keebler.net"], ["remember_token", "c6a14f342f50322ab539e7c0914c5dd085ea158d"], ["accepted_at", "2017-07-06 02:27:18.513965"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solon_schroeder@hoeger.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "solon_schroeder@hoeger.info"], ["remember_token", "b34ae1f39afd924fda4c3e856651b288b824b62a"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demario@smithamzemlak.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "demario@smithamzemlak.info"], ["remember_token", "cb8e644711c17bdc801bc2fa00d7693eb4bd5817"], ["banned_at", "2017-07-06 02:27:18.530294"]]  (0.8ms) commit transaction  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "price_schamberger@gleichner.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "price_schamberger@gleichner.name"], ["remember_token", "eb1094568365af5fee7f87c7045602dbac4815e5"]]  (2.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "piper_stoltenberg@kertzmann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "piper_stoltenberg@kertzmann.org"], ["remember_token", "1fa61bdc4b41334ddf5cf5a9d8f48820fc34c03c"], ["accepted_at", "2017-07-06 02:27:18.550797"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elwyn.okon@bradtke.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "elwyn.okon@bradtke.info"], ["remember_token", "3b88069402cf1582a8209b3ee33f4a0262a8bbad"], ["accepted_at", "2017-07-06 02:27:18.573482"]]  (1.1ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (6.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brendon_gerhold@quitzonkihn.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brendon_gerhold@quitzonkihn.info"], ["remember_token", "27595196db99a20a0274532d06470622d252e37d"], ["accepted_at", "2017-07-06 02:27:18.593494"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.9ms) PRAGMA foreign_keys  (1.0ms) PRAGMA foreign_keys = OFF  (5.0ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (4.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heath@rosenbaumconn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "heath@rosenbaumconn.name"], ["remember_token", "11b818f5fad9a4613c666123a8599dbef1711e19"], ["accepted_at", "2017-07-06 02:27:18.709861"]]  (1.1ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:18 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (3.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 310ms (Views: 307.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heath@rosenbaumconn.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "heath@rosenbaumconn.name"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:27:19.046103"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:27:19.046442"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "11b818f5fad9a4613c666123a8599dbef1711e19"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raymond@ruel.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "raymond@ruel.biz"], ["remember_token", "3d5ff2ac3f1196f07f4d5eceb121392a354538e2"], ["banned_at", "2017-07-06 02:27:19.072456"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raymond@ruel.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "raymond@ruel.biz"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.7ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "george_olson@bradtke.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "george_olson@bradtke.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "george_olson@bradtke.name"], ["remember_token", "4bc83f03d0d7e3385a9e0ebb3d8f5fbc591440da"]]  (2.2ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "george_olson@bradtke.name"], ["id", 1], ["LIMIT", 1]] SQL (1.0ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:19.156503"], ["accepted_at", "2017-07-06 02:27:19.159031"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 30ms (ActiveRecord: 7.1ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4bc83f03d0d7e3385a9e0ebb3d8f5fbc591440da"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 27ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4bc83f03d0d7e3385a9e0ebb3d8f5fbc591440da"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santiago.conroy@beier.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santiago.conroy@beier.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "santiago.conroy@beier.io"], ["remember_token", "f341ab3351077a6dfe0efc7c29a4b4dd6ff783fc"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "santiago.conroy@beier.io"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:19.306194"], ["accepted_at", "2017-07-06 02:27:19.308000"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 13ms (ActiveRecord: 3.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:19 +0900 Processing by WelcomeController#index as HTML User Load (1.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f341ab3351077a6dfe0efc7c29a4b4dd6ff783fc"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 18ms (Views: 13.5ms | ActiveRecord: 1.9ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stacy_krajcik@torp.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stacy_krajcik@torp.biz"], ["remember_token", "426ce4ca3a28b929892a0255d522f33a0c3b36c0"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 13ms (Views: 8.6ms | ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lola@jenkins.net"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lola@jenkins.net"], ["remember_token", "aad5d667040b83748031e9ca15f6db899fadade7"]]  (1.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sadye@rath.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmer@schoenstamm.co"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lemuel@champlin.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "lemuel@champlin.com"], ["remember_token", "6b5bf56398e72afeb21c0d284954d3576b38e8d8"], ["logged_in_count", 17], ["last_logged_in_at", "2017-07-06 02:27:25.486928"], ["accepted_at", "2017-07-06 02:27:25.487063"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donald@shields.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "donald@shields.biz"], ["remember_token", "32e628df562ba8ec8e6e9ce4027e7d4b3dd996ee"], ["logged_in_count", 13], ["last_logged_in_at", "2017-07-06 02:27:25.495410"], ["accepted_at", "2017-07-06 02:27:25.495542"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kallie.wiegand@runolfsdottirhickle.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kallie.wiegand@runolfsdottirhickle.biz"], ["remember_token", "07b814f8fb924348e5e6768ec6ca5fab4b9c63c5"], ["banned_at", "2017-07-06 02:27:25.504891"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adah_willms@wittingmohr.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "adah_willms@wittingmohr.info"], ["remember_token", "4b3e9769a8ff882fa82e0dc71b6e9e5c34951b9e"], ["banned_at", "2017-07-06 02:27:25.513667"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candace@koelpincrist.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dayna.bartell@yost.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliver.anderson@kihn.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "oliver.anderson@kihn.com"], ["remember_token", "1de560fdbbd6d9689b70375ce2305e6be9ab6fa9"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliver.anderson@kihn.com"], ["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "OLIVER.ANDERSON@KIHN.COM"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roie@fritsch.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "roie@fritsch.info"], ["remember_token", "2ef1b4c2af20f2f81ac7dbe110c31514e701eb44"]]  (1.5ms) commit transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cesar@collins.biz"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melia_runte@thiel.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (6.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexandra@mcclure.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "alexandra@mcclure.org"], ["remember_token", "0fbd32de213bdcc2ec413fdcf860f3f36141d048"], ["accepted_at", "2017-07-06 02:27:25.631014"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanie_larkin@emmerich.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jeanie_larkin@emmerich.net"], ["remember_token", "14a8a35cb6fe1f844910fe4ff90faac581a47861"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenden@sporer.net"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "brenden@sporer.net"], ["remember_token", "fe5eb0fc71fd01d2eba981ce1e3190537121a397"], ["banned_at", "2017-07-06 02:27:25.653676"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lottie@nicolasrippin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lottie@nicolasrippin.biz"], ["remember_token", "5864814bd0606bd346d76eab74f99a784f426160"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "duncan.purdy@casper.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "duncan.purdy@casper.com"], ["remember_token", "0844861bae06a1dec9f78ca6a7170746fd1ac966"], ["accepted_at", "2017-07-06 02:27:25.680534"]]  (1.6ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darien.beier@johnson.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "darien.beier@johnson.info"], ["remember_token", "e34519ac6ef3a01642156474413fc4428a9c0f32"], ["accepted_at", "2017-07-06 02:27:25.708530"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonie_sipes@fadel.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lonie_sipes@fadel.name"], ["remember_token", "71c590849e7f7aaec2320659c0b1572aa863a6d8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "prince@greenholt.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "prince@greenholt.net"], ["remember_token", "96dd1fd597031f3194aec174661363fa67474dc5"], ["banned_at", "2017-07-06 02:27:25.737917"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrain.schmidt@westmaggio.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adrain.schmidt@westmaggio.info"], ["remember_token", "42a44dafecdd54d49cf762776973faecf273556d"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dangelo@kulaslakin.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dangelo@kulaslakin.info"], ["remember_token", "d56a8cc7164ed00dd59c2827303ebdda7ce8dff9"], ["accepted_at", "2017-07-06 02:27:25.748168"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerome.barton@vonrueden.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jerome.barton@vonrueden.net"], ["remember_token", "8709262e8536c6cc2f3039b1896b06d6298cd4b5"], ["accepted_at", "2017-07-06 02:27:25.769026"]]  (1.8ms) commit transaction  (0.5ms) begin transaction User Exists (2.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melody@cummerata.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "melody@cummerata.co"], ["remember_token", "5bcfb04c2c22a9866b6c0c8ead1b550ad55f6e09"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrain_champlin@kautzerklein.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "adrain_champlin@kautzerklein.info"], ["remember_token", "3598224dea7e4ae8194782277e7d2d8b674ca931"], ["banned_at", "2017-07-06 02:27:25.796046"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanne@fritschstoltenberg.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joanne@fritschstoltenberg.name"], ["remember_token", "3d8faf0c87dffa6748ec3b53b67abd84c9e03084"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adella.pagac@bahringer.io"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adella.pagac@bahringer.io"], ["remember_token", "b594df02bde1bafeddbffc7a8cfe476b778b4859"], ["accepted_at", "2017-07-06 02:27:25.836319"]]  (2.1ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sofia.shanahan@stanton.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sofia.shanahan@stanton.net"], ["remember_token", "58340322b0145a6099c227b3443808e8c97a193a"], ["accepted_at", "2017-07-06 02:27:25.863868"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maya.conn@upton.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maya.conn@upton.net"], ["remember_token", "529b59081c53b4d67cceef905c4b50e1a2589f80"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estell@hand.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "estell@hand.org"], ["remember_token", "73954d6b7ab5cb578479d1ec73f9a2ed727a1c1a"], ["banned_at", "2017-07-06 02:27:25.882328"]]  (1.3ms) commit transaction  (0.5ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noemy@abshireheaney.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "noemy@abshireheaney.org"], ["remember_token", "5fa432c0619389fe86f1282035b3017d138ae04e"]]  (1.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "king@hoppe.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "king@hoppe.net"], ["remember_token", "c196fbbc367512243701824a45db333b757b16e5"], ["accepted_at", "2017-07-06 02:27:25.901350"]]  (2.3ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.9ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "khalil.hegmann@senger.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "khalil.hegmann@senger.name"], ["remember_token", "15c56fd94c8360d54ae583415af9eb3c4bd4b9e6"], ["accepted_at", "2017-07-06 02:27:25.930837"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franz@halvorson.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "franz@halvorson.com"], ["remember_token", "4d056c82161a1af91965a0d597c4abc3e58a9a37"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ryleigh_lang@bartonlemke.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ryleigh_lang@bartonlemke.co"], ["remember_token", "e32a449d039c2447b3fe42e6ce2a1b6a09d9fa8d"], ["banned_at", "2017-07-06 02:27:25.948944"]]  (0.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jennifer_funk@hodkiewicz.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jennifer_funk@hodkiewicz.biz"], ["remember_token", "b547d2a28a1f6827034f0ea2d27af6aab52eb2a6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleve@lesch.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "cleve@lesch.org"], ["remember_token", "a90d7aa1a328abf871de0504404bbde7135d5c22"], ["accepted_at", "2017-07-06 02:27:25.964574"]]  (1.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (5.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayley@schmidtwolf.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kayley@schmidtwolf.org"], ["remember_token", "f2700304db0aa0376e43b229cb1a10fa31f64250"], ["accepted_at", "2017-07-06 02:27:25.992822"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trudie_carter@morar.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "trudie_carter@morar.org"], ["remember_token", "2e36c3bb5885af086e372c22c7afc92f4810092a"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carmelo_krajcik@ryan.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "carmelo_krajcik@ryan.info"], ["remember_token", "3f52276ab92ead7614d6fd710a92ebf63ee4bbce"], ["banned_at", "2017-07-06 02:27:26.016388"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rebecca.osinski@kihngibson.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rebecca.osinski@kihngibson.io"], ["remember_token", "ad5016ae2ed3c5d9f9a5c2b3e745bc8be4d8b845"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miouri@aufderharoconner.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "miouri@aufderharoconner.net"], ["remember_token", "838c142437c6c25ef58aa689ed1d41d02d757861"], ["accepted_at", "2017-07-06 02:27:26.033198"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dominic@kuvalis.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dominic@kuvalis.com"], ["remember_token", "b6eee2aa786c574ac82973bc731def004813377e"], ["accepted_at", "2017-07-06 02:27:26.053159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrtis@glover.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "myrtis@glover.com"], ["remember_token", "24975de8e2f2f926ca6a0c0f87c2ee8e86bb5f23"]]  (1.9ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dovie@becker.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dovie@becker.com"], ["remember_token", "e170ac7829dc1fe28849803c397fddb346b00a30"], ["banned_at", "2017-07-06 02:27:26.073800"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ansley@jacobs.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ansley@jacobs.info"], ["remember_token", "cb5c0f067c30c59ca3ccba620948fbaa8617293b"]]  (1.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dewayne@bednar.biz"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dewayne@bednar.biz"], ["remember_token", "4c102b6a7bccb6f9df0b1dda0f1298077f9e2033"], ["accepted_at", "2017-07-06 02:27:26.095012"]]  (2.8ms) commit transaction User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (7.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maxine_bahringer@eichmann.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maxine_bahringer@eichmann.com"], ["remember_token", "7192972c33be3cb6da240d300757bdaca3ddcfb8"], ["accepted_at", "2017-07-06 02:27:26.129428"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rogers.purdy@pagacdaniel.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rogers.purdy@pagacdaniel.info"], ["remember_token", "59bef819a3ab0eeb4df5748c94319b5351104832"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldon.adams@parisianbecker.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "eldon.adams@parisianbecker.biz"], ["remember_token", "8dfc33bbaf0c7406d585f01993cbffe0eb0b6f63"], ["banned_at", "2017-07-06 02:27:26.142625"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leopoldo.eichmann@medhurstgottlieb.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leopoldo.eichmann@medhurstgottlieb.info"], ["remember_token", "4f89bf752b95223caff4f08530557d00d9a9657b"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leilani@emard.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "leilani@emard.info"], ["remember_token", "1c8820d559ff83678dd9ed4f336863964e56311e"], ["accepted_at", "2017-07-06 02:27:26.151713"]]  (1.5ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "savanah_heathcote@abernathyrunolfon.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "savanah_heathcote@abernathyrunolfon.info"], ["remember_token", "8a6ec0141eb28717ca83a8af8d99cdce48b6f3f1"], ["accepted_at", "2017-07-06 02:27:26.181476"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vincent_shanahan@marvingoldner.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vincent_shanahan@marvingoldner.org"], ["remember_token", "3fcec768298d7bdbaecd5ac9fff36edfceb9bd15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maddison.bergnaum@abernathy.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "maddison.bergnaum@abernathy.net"], ["remember_token", "0e0360b21a031c456772fc6f860d6edac61121e4"], ["banned_at", "2017-07-06 02:27:26.196228"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vanea.schinner@runolfon.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vanea.schinner@runolfon.com"], ["remember_token", "9aeb62fc0ce2c684be5b55b2f1691ed0af40b68e"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lysanne_vandervort@welchkreiger.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lysanne_vandervort@welchkreiger.co"], ["remember_token", "41e5ed06700f5e29f1cc892a7774bfd7f9ddf46f"], ["accepted_at", "2017-07-06 02:27:26.206538"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (7.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madaline@zboncakdach.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madaline@zboncakdach.net"], ["remember_token", "e8542ad0d5f13a1704c89efc084c28f2ca5b771d"]]  (1.8ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marquis@gottliebanderson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "marquis@gottliebanderson.io"], ["remember_token", "0a0ad4df8dd5e5530518606cb7785d4942d89588"], ["accepted_at", "2017-07-06 02:27:26.321377"]]  (1.3ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thea.baumbach@rempel.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "thea.baumbach@rempel.co"], ["remember_token", "d1681d91ae8f7f307bbbcf0cd6dd42ea89609514"], ["accepted_at", "2017-07-06 02:27:26.349080"]]  (0.9ms) commit transaction  (0.6ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "urban@hintz.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "urban@hintz.co"], ["remember_token", "0a3693ddbbf49c217776494f92f0734cd53bde83"]]  (1.2ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.6ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 26ms (Views: 20.9ms | ActiveRecord: 0.0ms)  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.1ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burley_rath@kulasmacgyver.io"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "burley_rath@kulasmacgyver.io"], ["remember_token", "c8646b3520f91aad5a3316943296f5199e6c54a2"]]  (2.0ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sadye@pacochaskiles.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sadye@pacochaskiles.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sadye@pacochaskiles.info"], ["remember_token", "78d0be303465c21192b5c94fe130f47651eaeff1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "sadye@pacochaskiles.info"], ["id", 1], ["LIMIT", 1]] SQL (1.1ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:26.549444"], ["accepted_at", "2017-07-06 02:27:26.549891"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 5.3ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "78d0be303465c21192b5c94fe130f47651eaeff1"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monique_heaney@torphysanford.org"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monique_heaney@torphysanford.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "monique_heaney@torphysanford.org"], ["remember_token", "bbe2b147ae10708c09b290ee7df1ee506d8cee8b"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "monique_heaney@torphysanford.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:26.588903"], ["accepted_at", "2017-07-06 02:27:26.589307"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 26ms (ActiveRecord: 6.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "bbe2b147ae10708c09b290ee7df1ee506d8cee8b"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.3ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cooper_denesik@strosinmckenzie.net"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cooper_denesik@strosinmckenzie.net"], ["LIMIT", 1]] SQL (7.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cooper_denesik@strosinmckenzie.net"], ["remember_token", "3011602bb73d4c80619f83b79f2343eeb2a044ff"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cooper_denesik@strosinmckenzie.net"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:26.656187"], ["accepted_at", "2017-07-06 02:27:26.656645"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 29ms (ActiveRecord: 12.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaela@zboncak.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaela@zboncak.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kaela@zboncak.io"], ["remember_token", "28e1d6894901de90d4b2a89188e3968967dac7b6"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kaela@zboncak.io"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:26.685192"], ["accepted_at", "2017-07-06 02:27:26.685927"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 22ms (ActiveRecord: 6.8ms)  (0.8ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (6.7ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christophe@cronin.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christophe@cronin.io"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "christophe@cronin.io"], ["remember_token", "43a0b06846e5467c8b86d83384938c044b364238"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "christophe@cronin.io"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:26.743373"], ["accepted_at", "2017-07-06 02:27:26.743825"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 6.5ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sonya.schmitt@boganschumm.org"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sonya.schmitt@boganschumm.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sonya.schmitt@boganschumm.org"], ["remember_token", "4561a998a2470da794fb57ee42fff42187a1e105"]]  (0.9ms) commit transaction  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "sonya.schmitt@boganschumm.org"], ["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 33ms (ActiveRecord: 4.4ms)  (0.7ms) SELECT COUNT(*) FROM "users"  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.1ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "foster_miller@ornwaelchi.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "foster_miller@ornwaelchi.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "foster_miller@ornwaelchi.biz"], ["remember_token", "bbdad70c8a39f9b73efc5a5dcfab7f45485227f2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "foster_miller@ornwaelchi.biz"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 26ms (ActiveRecord: 3.3ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 15ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (7.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.8ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.7ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (4.6ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (6.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 291ms (Views: 287.6ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tom@powlowskimills.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tom@powlowskimills.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tom@powlowskimills.net"], ["remember_token", "f183938d5f13d7661f2857666d41d1301967fbf0"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "tom@powlowskimills.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:27.389134"], ["accepted_at", "2017-07-06 02:27:27.389517"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 9ms (ActiveRecord: 3.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f183938d5f13d7661f2857666d41d1301967fbf0"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mason_keler@ko.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mason_keler@ko.net"], ["remember_token", "a8157dca34c1abdb2b503f30d93de36ef6ac7fc1"], ["accepted_at", "2017-07-06 02:27:27.415830"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mason_keler@ko.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mason_keler@ko.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:27:27.436761"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:27:27.437137"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "a8157dca34c1abdb2b503f30d93de36ef6ac7fc1"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "billy.bradtke@turner.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "billy.bradtke@turner.io"], ["remember_token", "4e3308bf8642a1d8e7eb1ae09e5b4a0dabde0ce2"], ["banned_at", "2017-07-06 02:27:27.467953"]]  (3.3ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.9ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "billy.bradtke@turner.io"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "billy.bradtke@turner.io"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 20ms (ActiveRecord: 8.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.8ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (1.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (1.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 1.8ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rogelio@kuhn.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rogelio@kuhn.co"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rogelio@kuhn.co"], ["remember_token", "5c0663fc24529c91328ee04ce13221a9988413bf"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "rogelio@kuhn.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:27:27.692265"], ["accepted_at", "2017-07-06 02:27:27.692790"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 15ms (ActiveRecord: 4.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by WelcomeController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5c0663fc24529c91328ee04ce13221a9988413bf"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 22ms (Views: 16.8ms | ActiveRecord: 1.1ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5c0663fc24529c91328ee04ce13221a9988413bf"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:27:27 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.7ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (1.9ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.9ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (1.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.7ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (1.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eladio_greenfelder@denesikstanton.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eladio_greenfelder@denesikstanton.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eladio_greenfelder@denesikstanton.com"], ["remember_token", "5374d4042c81a2b0ddd2a2b4d17374e001fac162"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "eladio_greenfelder@denesikstanton.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:56.669684"], ["accepted_at", "2017-07-06 02:28:56.670186"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 32ms (ActiveRecord: 3.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5374d4042c81a2b0ddd2a2b4d17374e001fac162"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eve_grant@pfannerstill.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eve_grant@pfannerstill.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eve_grant@pfannerstill.co"], ["remember_token", "ee779d0f14c6ab58dafb8a0b5089471040ba69ef"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "eve_grant@pfannerstill.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:56.690766"], ["accepted_at", "2017-07-06 02:28:56.691120"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.3ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ee779d0f14c6ab58dafb8a0b5089471040ba69ef"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clair@boyersporer.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clair@boyersporer.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "clair@boyersporer.net"], ["remember_token", "719e857b50695c55009a4c69465cf3e1f6598bcc"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "clair@boyersporer.net"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:56.708755"], ["accepted_at", "2017-07-06 02:28:56.709093"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adelle_ortiz@turcotte.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adelle_ortiz@turcotte.biz"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adelle_ortiz@turcotte.biz"], ["remember_token", "c14901440f03f9fe9df612c498454467253c6262"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "adelle_ortiz@turcotte.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:56.727924"], ["accepted_at", "2017-07-06 02:28:56.728223"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldora@willmswiegand.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldora@willmswiegand.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eldora@willmswiegand.org"], ["remember_token", "31388303361e3ec4436e6b4693568b624117a157"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "eldora@willmswiegand.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:56.742590"], ["accepted_at", "2017-07-06 02:28:56.742917"], ["id", 1]]  (0.5ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mckayla@konopelskikuhn.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mckayla@konopelskikuhn.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mckayla@konopelskikuhn.name"], ["remember_token", "b2ab4e3fb77e76030814b78d55251258b156d447"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mckayla@konopelskikuhn.name"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pamela_buckridge@gutmann.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pamela_buckridge@gutmann.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "pamela_buckridge@gutmann.com"], ["remember_token", "efc0a02190856465acd305c468f357e53a5c80cf"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "pamela_buckridge@gutmann.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (5.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dallin@mcdermottbergnaum.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "perry@bodekunze.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "perry@bodekunze.org"], ["remember_token", "718512e0f1397297a08ac3eec972e14bfe67d44e"], ["accepted_at", "2017-07-06 02:28:56.812301"]]  (1.0ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theodora@breitenbergcummerata.co"], ["LIMIT", 1]] SQL (10.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "theodora@breitenbergcummerata.co"], ["remember_token", "c75430e0a5559d99e9ace2326d0294cea6253afd"], ["accepted_at", "2017-07-06 02:28:56.824101"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "newell.green@torpschneider.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "newell.green@torpschneider.biz"], ["remember_token", "83ae3b8957b963856a013f3e4b0b02586dec8e94"], ["logged_in_count", 15], ["last_logged_in_at", "2017-07-06 02:28:56.843076"], ["accepted_at", "2017-07-06 02:28:56.843199"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyree.kuhn@torp.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "tyree.kuhn@torp.net"], ["remember_token", "3d6958935262b837788b868316b70cdd086f9a1b"], ["logged_in_count", 6], ["last_logged_in_at", "2017-07-06 02:28:56.851858"], ["accepted_at", "2017-07-06 02:28:56.852011"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "timmy@bogan.biz"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ken@predovic.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ken@predovic.biz"], ["remember_token", "895a4a51a4446fddf96863247b45ebeb4e2e36bb"], ["banned_at", "2017-07-06 02:28:56.870198"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donny.wisoky@cruickshankrath.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "donny.wisoky@cruickshankrath.io"], ["remember_token", "67b3c3733fbd5fb785054c3283574e67c57c4e24"], ["banned_at", "2017-07-06 02:28:56.877601"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leon_spinka@konopelski.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "leon_spinka@konopelski.info"], ["remember_token", "14f24356be84b1750c828015607e8145d03bc625"], ["accepted_at", "2017-07-06 02:28:56.897053"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "westley_kuphal@douglachmidt.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "westley_kuphal@douglachmidt.com"], ["remember_token", "08b90e7e3bfcd0397d1d5ea90d83539ee01541bf"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zita.davis@harvey.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "zita.davis@harvey.name"], ["remember_token", "d8a2b130e5f9b3ddb5fe846f6657b4a7260e84cc"], ["banned_at", "2017-07-06 02:28:56.904102"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demarcus_keebler@kiehn.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "demarcus_keebler@kiehn.info"], ["remember_token", "3e5405accadd9b565bf02cdf7e9a2d88e9db17fd"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammed_hauck@dooleytowne.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mohammed_hauck@dooleytowne.name"], ["remember_token", "0aac58db0babe2e9a969a31dd47b8e3a373e465a"], ["accepted_at", "2017-07-06 02:28:56.911440"]]  (1.2ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alanna_harvey@jenkinsruecker.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "alanna_harvey@jenkinsruecker.co"], ["remember_token", "f9f7c8f32ec636c2d50b598297f05638bedd5d9f"], ["accepted_at", "2017-07-06 02:28:56.923563"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jey.davis@cormier.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jey.davis@cormier.biz"], ["remember_token", "719ed18f2e3282edaed243d067794b01dbf20309"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gonzalo@kozey.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gonzalo@kozey.net"], ["remember_token", "cf17dd5f18e6bb80d41de71a6ad100f419eac074"], ["banned_at", "2017-07-06 02:28:56.930344"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adela.will@bartellbergstrom.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adela.will@bartellbergstrom.net"], ["remember_token", "a6f5183e6a1be0f656b7d901a5834383c3743df4"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelica.turner@ohara.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "angelica.turner@ohara.co"], ["remember_token", "66788e8e7808bddf18a89597c6863189a76b46df"], ["accepted_at", "2017-07-06 02:28:56.939681"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucy@mayertbeer.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lucy@mayertbeer.net"], ["remember_token", "69b57b4c19ad783ca76023be9377e3171e411688"], ["accepted_at", "2017-07-06 02:28:56.949447"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "seth_langosh@raynor.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "seth_langosh@raynor.io"], ["remember_token", "f0d351e3a29835e2e643f74be4e68fe658b1d0d7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neil@breitenberg.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "neil@breitenberg.info"], ["remember_token", "1f365bb955dbcbf6115e68abaa1b0e3fa060e78d"], ["banned_at", "2017-07-06 02:28:56.956754"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shayne_jacobson@denesik.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shayne_jacobson@denesik.name"], ["remember_token", "2c34647d231a03d2cb1fed61f242089e14c9bfc0"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfredo.auer@terry.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wilfredo.auer@terry.info"], ["remember_token", "5df2ec4ea7a71e1c97e39957905190db93d7ea2b"], ["accepted_at", "2017-07-06 02:28:56.963499"]]  (0.9ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tillman_skiles@doyle.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tillman_skiles@doyle.name"], ["remember_token", "ef8ca8e4692d7beedb62781e66ed21b536b7632a"], ["accepted_at", "2017-07-06 02:28:56.972873"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaren@smith.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaren@smith.io"], ["remember_token", "e12691da88d9145b2ca748581d4ae430f5e271fc"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geraldine.kutch@bauchcummings.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "geraldine.kutch@bauchcummings.co"], ["remember_token", "d1da37fd105200997b8fbe5197d861d6580edbfc"], ["banned_at", "2017-07-06 02:28:56.979828"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dianna.stehr@huel.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dianna.stehr@huel.name"], ["remember_token", "f86b55f8471cb0437b930a03019911a8673ca23e"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ardella@hayes.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ardella@hayes.co"], ["remember_token", "c503216fedca48e00bf5ac345ebec3eadd2cada6"], ["accepted_at", "2017-07-06 02:28:56.988595"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lester@moore.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lester@moore.info"], ["remember_token", "e5199d5620099cfbb12dfa406d49d2b7a3931518"], ["accepted_at", "2017-07-06 02:28:56.997728"]]  (0.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinhold_jacobson@romagueralynch.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reinhold_jacobson@romagueralynch.name"], ["remember_token", "4ef7b9ba4d3e91db6973e336dc1b61d8b78072ed"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sadie@lynch.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sadie@lynch.biz"], ["remember_token", "e20be03824b875feaa0750898e086e7dd4919318"], ["banned_at", "2017-07-06 02:28:57.004802"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "everette.altenwerth@hackett.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "everette.altenwerth@hackett.info"], ["remember_token", "84e0ab33ce136b5beb1d6622f23d3321f2653c84"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angie.gleason@homenickgaylord.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "angie.gleason@homenickgaylord.info"], ["remember_token", "9adcae5e3d93d4a9c9c579b940898914a6c4e847"], ["accepted_at", "2017-07-06 02:28:57.011739"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanny.purdy@gutmann.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "joanny.purdy@gutmann.com"], ["remember_token", "98e24886bef13f05d6975d92698cfe1b16fa0f4b"], ["accepted_at", "2017-07-06 02:28:57.022538"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audreanne@mante.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "audreanne@mante.biz"], ["remember_token", "cc060c011fe1d080bcf07118e8d9b194723a5c27"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bridgette_green@veummorar.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bridgette_green@veummorar.info"], ["remember_token", "6ff4391c603e5842afb46eb94fca96c278c1a200"], ["banned_at", "2017-07-06 02:28:57.029263"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luther@walsh.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "luther@walsh.biz"], ["remember_token", "3b4dd56c0138c93ee1ca90f3f0dabb3a605cab05"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verda@runolfon.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "verda@runolfon.co"], ["remember_token", "467ef7b5b4114be2b49e8f0f3823be0973001d4a"], ["accepted_at", "2017-07-06 02:28:57.037943"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maya.barrows@dareemard.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maya.barrows@dareemard.com"], ["remember_token", "639f213f4158eb805008f69065cc46c05548dfd6"], ["accepted_at", "2017-07-06 02:28:57.046092"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerda@kuhic.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gerda@kuhic.info"], ["remember_token", "2d110d48a2e476a3f02fb31504e9b2e0cf68292a"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly@rice.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lesly@rice.net"], ["remember_token", "a66b39d0f75e7524001e2d370553579ce430f70a"], ["banned_at", "2017-07-06 02:28:57.052826"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maye@ryan.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maye@ryan.com"], ["remember_token", "2710e075c10f5c77c56fe5e2cd0a549a742db7ee"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sabina_halvorson@schuppe.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sabina_halvorson@schuppe.org"], ["remember_token", "28910374572b961704b4f74d8089a3e55c5f0928"], ["accepted_at", "2017-07-06 02:28:57.059629"]]  (0.5ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "axel@murphy.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "axel@murphy.com"], ["remember_token", "c78656934aa2875c8bbd390f5abcd11632d39b3d"], ["accepted_at", "2017-07-06 02:28:57.068914"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elia.bashirian@bednarschroeder.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elia.bashirian@bednarschroeder.io"], ["remember_token", "de38d2a98eabccd07cab933c474321a93952f829"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milo.marquardt@reynolds.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "milo.marquardt@reynolds.info"], ["remember_token", "3b412d47070adcf3520e4631952ad9623e5c53d0"], ["banned_at", "2017-07-06 02:28:57.075472"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gunner_ratke@parker.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gunner_ratke@parker.biz"], ["remember_token", "fdcc393e444bf78d2b75327a16bf2223a592db8d"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bettye@kemmermarvin.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bettye@kemmermarvin.org"], ["remember_token", "179d7978c451dd41fda3b8fb2031a26d76ee5297"], ["accepted_at", "2017-07-06 02:28:57.081893"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vern_kilback@blick.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "vern_kilback@blick.com"], ["remember_token", "579c84e091273c3fb52385e65e2b7342a5f6ddda"], ["accepted_at", "2017-07-06 02:28:57.090934"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katlynn@murray.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "katlynn@murray.info"], ["remember_token", "3c3be1c02e8a56d1a606cfe10722bfc74101ee4c"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adam.armstrong@mueller.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "adam.armstrong@mueller.io"], ["remember_token", "3ec7edbc1168401fc8490985bfec05a21d59a392"], ["banned_at", "2017-07-06 02:28:57.097606"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ignatius.raynor@kunze.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ignatius.raynor@kunze.biz"], ["remember_token", "1919a90e8f7625fa26d244711062aee5fc91ee92"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrtis_hand@kunde.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "myrtis_hand@kunde.biz"], ["remember_token", "acbda124a8ac4f5f9cb0f96dc632fc96849b9b9e"], ["accepted_at", "2017-07-06 02:28:57.104385"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reese.zemlak@rutherford.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamal.abernathy@terry.co"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "graham@kris.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "americo@ullrich.io"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mylene@dietrich.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mylene@dietrich.io"], ["remember_token", "df5c2dc667cb51c2b621fff51e4faa7d10c46ef6"]]  (0.6ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenna.balistreri@millskunze.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "glenna.balistreri@millskunze.info"], ["remember_token", "6d702bf2a9739791a567fbbb7769ebd507f69ae4"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenna.balistreri@millskunze.info"], ["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "GLENNA.BALISTRERI@MILLSKUNZE.INFO"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystina@grady.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "krystina@grady.biz"], ["remember_token", "368cad3a041129beae912db686c29db7b700e856"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (3.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 253ms (Views: 250.5ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleveland.gerlach@prosaccoharber.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleveland.gerlach@prosaccoharber.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cleveland.gerlach@prosaccoharber.name"], ["remember_token", "f99979e184bbcf40047ce25bbd6e222eeadc8043"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cleveland.gerlach@prosaccoharber.name"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:57.481181"], ["accepted_at", "2017-07-06 02:28:57.481561"], ["id", 1]]  (0.5ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f99979e184bbcf40047ce25bbd6e222eeadc8043"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayleigh_klocko@rowe.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kayleigh_klocko@rowe.info"], ["remember_token", "ed3acfc2382aaae3b937de67c98c3f03d28088a5"], ["banned_at", "2017-07-06 02:28:57.507106"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayleigh_klocko@rowe.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kayleigh_klocko@rowe.info"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 8ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "efren.klein@senger.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "efren.klein@senger.com"], ["remember_token", "c16a1ccef132938540707890686ed0ea395a81c7"], ["accepted_at", "2017-07-06 02:28:57.559911"]]  (1.0ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.5ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "efren.klein@senger.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "efren.klein@senger.com"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:28:57.619866"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:28:57.621399"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 17ms (ActiveRecord: 3.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c16a1ccef132938540707890686ed0ea395a81c7"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 30ms (Views: 12.6ms | ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 1.1ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heaven@okeefe.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heaven@okeefe.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "heaven@okeefe.name"], ["remember_token", "95d4309779a13d6ff3e5cd3b4dd0981861b1db00"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "heaven@okeefe.name"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:28:57.714171"], ["accepted_at", "2017-07-06 02:28:57.714700"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 14ms (ActiveRecord: 4.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "95d4309779a13d6ff3e5cd3b4dd0981861b1db00"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 17ms (Views: 13.0ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "95d4309779a13d6ff3e5cd3b4dd0981861b1db00"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 6ms (ActiveRecord: 0.9ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:28:57 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zander_simonis@murazik.net"], ["LIMIT", 1]] SQL (3.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "zander_simonis@murazik.net"], ["remember_token", "69e7498573ff21e8bc60cd10a70e5c69ca2a72bd"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bette@strackefeil.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bette@strackefeil.com"], ["remember_token", "ddd3f2a63a6d540dff59560ea2183cdf1e9046e1"]]  (2.1ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (7.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (7.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.7ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (1.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermain.sipes@runte.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermain.sipes@runte.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jermain.sipes@runte.co"], ["remember_token", "ea84347d290b36ae1d612b6177d0fd548ca24c6d"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jermain.sipes@runte.co"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 34ms (ActiveRecord: 2.6ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabiola.herzog@reichel.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabiola.herzog@reichel.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "fabiola.herzog@reichel.net"], ["remember_token", "cf00d420813ec50553801354035b989b934263ae"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "fabiola.herzog@reichel.net"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myles@gerlach.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myles@gerlach.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "myles@gerlach.biz"], ["remember_token", "2fd6e424b3b08a18aead3d783d2d675ea0a3a0a6"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "myles@gerlach.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:05.057244"], ["accepted_at", "2017-07-06 02:29:05.057565"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "henry.rodriguez@rolfson.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "henry.rodriguez@rolfson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "henry.rodriguez@rolfson.name"], ["remember_token", "bc16f38ca74a3e7376397cb193adbcc698377834"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "henry.rodriguez@rolfson.name"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:05.074432"], ["accepted_at", "2017-07-06 02:29:05.074942"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 10ms (ActiveRecord: 3.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madeline@rodriguez.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madeline@rodriguez.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madeline@rodriguez.name"], ["remember_token", "7cc4483f5192180476646489459e020a6de8c4f8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "madeline@rodriguez.name"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:05.089285"], ["accepted_at", "2017-07-06 02:29:05.089641"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 11ms (ActiveRecord: 3.3ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elroy.renner@mills.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elroy.renner@mills.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elroy.renner@mills.info"], ["remember_token", "124deab59442f312b881bd5cc60af68833260dbc"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "elroy.renner@mills.info"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:05.106106"], ["accepted_at", "2017-07-06 02:29:05.106609"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "124deab59442f312b881bd5cc60af68833260dbc"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raven@connelly.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raven@connelly.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "raven@connelly.com"], ["remember_token", "3151cbe890bfa77ef5e01b086fb6cd9794f816c9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "raven@connelly.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:05.125846"], ["accepted_at", "2017-07-06 02:29:05.126180"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "3151cbe890bfa77ef5e01b086fb6cd9794f816c9"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly@schmidt.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lesly@schmidt.com"], ["remember_token", "f3054deaae5077f45ab52b0b15d8d02faaa6d91e"]]  (0.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garth.kemmer@krajcik.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "garth.kemmer@krajcik.org"], ["remember_token", "ab617ddb83edec69733b18c62e0d8826e0e36238"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amani.hilpert@sipes.biz"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenna@parkerreilly.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "glenna@parkerreilly.org"], ["remember_token", "2bef09e7c3026f9a474349f1bc80abb34d340c8d"], ["accepted_at", "2017-07-06 02:29:05.254916"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mozell_connelly@lemkehickle.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mozell_connelly@lemkehickle.biz"], ["remember_token", "e8600fbf3e6a78f2b49924b57252995aac087fb1"], ["accepted_at", "2017-07-06 02:29:05.263633"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "telly@franecki.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "telly@franecki.com"], ["remember_token", "1587fef82fa901f038cc1f7dc417c99c3a5bb589"], ["logged_in_count", 13], ["last_logged_in_at", "2017-07-06 02:29:05.283413"], ["accepted_at", "2017-07-06 02:29:05.283535"]]  (1.2ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "naomie_kiehn@wehnerhyatt.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "naomie_kiehn@wehnerhyatt.biz"], ["remember_token", "c0e85d9e740ed09d1742073ecb114ed317047b0e"], ["logged_in_count", 7], ["last_logged_in_at", "2017-07-06 02:29:05.300711"], ["accepted_at", "2017-07-06 02:29:05.301006"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lillian.funk@roberts.net"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (2.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edward_lubowitz@glover.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "edward_lubowitz@glover.co"], ["remember_token", "224b7256b990f17211fa035bc7d85057c677e4df"]]  (0.9ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wendy_sauer@hoeger.org"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "wendy_sauer@hoeger.org"], ["remember_token", "cb12cde2901ae69d0f072b56d41e49fbc7317007"], ["banned_at", "2017-07-06 02:29:05.371153"]]  (1.0ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlee.vandervort@abernathy.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "karlee.vandervort@abernathy.name"], ["remember_token", "5ea7edeefdd7249a79978c251db541d32d69ea15"], ["banned_at", "2017-07-06 02:29:05.402768"]]  (1.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrion_rogahn@nikolaus.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "darrion_rogahn@nikolaus.com"], ["remember_token", "ffa6d29eee2a7437573259c0f27f3dcd61caceca"], ["accepted_at", "2017-07-06 02:29:05.441644"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (4.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annabel@stracke.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "annabel@stracke.info"], ["remember_token", "43f3ca84534772d305f3246e0a14f3df19829ec1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "macey.kuhic@harber.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "macey.kuhic@harber.com"], ["remember_token", "81ca06a5a18cb5da9d8b95d3602fe08d4f864c59"], ["banned_at", "2017-07-06 02:29:05.463437"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tamia.wunsch@king.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tamia.wunsch@king.biz"], ["remember_token", "1263755dd61746138d4d76d1d9be8460fe80e2a3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lura_borer@beahan.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lura_borer@beahan.io"], ["remember_token", "9c40e07e03bbc6cc96d6f272d3d24a58a7071c11"], ["accepted_at", "2017-07-06 02:29:05.475841"]]  (1.4ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (2.2ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aracely.schumm@kutch.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aracely.schumm@kutch.name"], ["remember_token", "0759602f86d8ae6ebec08e15c6fd528385aa719e"], ["accepted_at", "2017-07-06 02:29:05.506813"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herman.beatty@hyatt.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "herman.beatty@hyatt.co"], ["remember_token", "22709dbe9bafab11d9f911626a7414f28c3823ab"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaun@kohler.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "shaun@kohler.com"], ["remember_token", "e58474b8503518d04d11109313e51fb7e8c15b82"], ["banned_at", "2017-07-06 02:29:05.526210"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madelynn@west.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madelynn@west.net"], ["remember_token", "ea57f6970163a25d6813dcd27d026b0c08f87148"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iac_welch@leffler.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "iac_welch@leffler.info"], ["remember_token", "013cf9c6f9097ad65c679ad7c21cbf250769a3d9"], ["accepted_at", "2017-07-06 02:29:05.538056"]]  (0.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "branson.bosco@waters.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "branson.bosco@waters.net"], ["remember_token", "312d060748f131effdc160b756fbce2d9cc25182"], ["accepted_at", "2017-07-06 02:29:05.553193"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orpha@heidenreichdooley.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "orpha@heidenreichdooley.net"], ["remember_token", "a2c3d6fbff8850ac67649669e13ff349f1f4b62b"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bruce@armstrong.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bruce@armstrong.name"], ["remember_token", "d17a21da4c00c08a47fe804ccb6918cb4bf66e9f"], ["banned_at", "2017-07-06 02:29:05.568250"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonia.hammes@jacobi.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "antonia.hammes@jacobi.biz"], ["remember_token", "085e4be4e0297358c5fe5d4596b25969d183483c"]]  (0.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reid_daugherty@champlin.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "reid_daugherty@champlin.co"], ["remember_token", "a440c40fa31779ff5b62a7d16b5802eb32098560"], ["accepted_at", "2017-07-06 02:29:05.582973"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (5.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madalyn@hoegerwolf.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "madalyn@hoegerwolf.org"], ["remember_token", "eade039e7d9323b1fc50e54151facc0c1e5d0a80"], ["accepted_at", "2017-07-06 02:29:05.598653"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neal@carter.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "neal@carter.co"], ["remember_token", "fdf5cedd1e1efd3222bf3bff13b43df960f1cf52"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "virginie.kuvalis@bailey.org"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "virginie.kuvalis@bailey.org"], ["remember_token", "4c4de5bc647b2ff6f57948b45fba1a1f46af8788"], ["banned_at", "2017-07-06 02:29:05.606137"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arthur.king@orn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "arthur.king@orn.org"], ["remember_token", "c7941eb25ef6c2b241b32d0fd49929337eda7c03"]]  (1.0ms) commit transaction  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nico.green@bosconikolaus.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nico.green@bosconikolaus.info"], ["remember_token", "4c915f6fae1844c53538c05065e694f98e7942e3"], ["accepted_at", "2017-07-06 02:29:05.622470"]]  (0.8ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trent_schmeler@zieme.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "trent_schmeler@zieme.biz"], ["remember_token", "ec9986d21679334484c112d17359cd63563e5db7"], ["accepted_at", "2017-07-06 02:29:05.634965"]]  (0.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlie.upton@little.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "carlie.upton@little.name"], ["remember_token", "44c4a7bc12baecaa97729fa9e1f65896fae510d8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafael.balistreri@veum.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rafael.balistreri@veum.info"], ["remember_token", "5a45e3b286aebe66b45ef2524e2fa4c6ae1609d9"], ["banned_at", "2017-07-06 02:29:05.650902"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamel_gerhold@christiansen.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jamel_gerhold@christiansen.net"], ["remember_token", "cd2b24c7a45c087ed52688209a8424b5b89b12bd"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaylah.simonis@greenwest.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kaylah.simonis@greenwest.info"], ["remember_token", "ed69036d3af7ea2b75a4fccc417d85b39eaad629"], ["accepted_at", "2017-07-06 02:29:05.658132"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hellen_mueller@roberts.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hellen_mueller@roberts.com"], ["remember_token", "424ecf2ed03bed223cfa2b2f7ac071186742e824"], ["accepted_at", "2017-07-06 02:29:05.667741"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "khalid.deckow@wuckert.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "khalid.deckow@wuckert.net"], ["remember_token", "26c86a34780b22c52ba3369fb8f25495200b79e7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alena@halvorson.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "alena@halvorson.name"], ["remember_token", "137c1358aacb7ec22d908f3177ccb6ad1f9c3585"], ["banned_at", "2017-07-06 02:29:05.680174"]]  (0.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shana@dickens.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shana@dickens.biz"], ["remember_token", "8b0eee0f260b51f8e1dc7a510c58d4046c1d7848"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamar.prohaska@king.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jamar.prohaska@king.info"], ["remember_token", "1bbe10fe32f19af52e2c5b6975cd53c4fcc13d10"], ["accepted_at", "2017-07-06 02:29:05.690506"]]  (1.1ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "treva.denesik@nitzschedickens.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "treva.denesik@nitzschedickens.co"], ["remember_token", "f050c262bdaf0f4183856f6788774b58c6e285ec"], ["accepted_at", "2017-07-06 02:29:05.704818"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edna@hyatt.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "edna@hyatt.co"], ["remember_token", "a5326ab9e31d61b9c70c070b0ba4e4f09d4a8164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad.schroeder@hane.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "tad.schroeder@hane.net"], ["remember_token", "2542aab40fac0709a41fad14ea3bfe2ac78cebc6"], ["banned_at", "2017-07-06 02:29:05.713925"]]  (1.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moie@lowe.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "moie@lowe.biz"], ["remember_token", "ed650d1cc92258eb39f6d2e9b547b66b1b40eeff"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jolie_kris@kiehn.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jolie_kris@kiehn.name"], ["remember_token", "3c405f65ca99dd28e6439bbdad7bad0578348f0f"], ["accepted_at", "2017-07-06 02:29:05.733588"]]  (0.9ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bertrand_nitzsche@ortiz.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bertrand_nitzsche@ortiz.net"], ["remember_token", "fd4c03e82d6e081c6b804cfc4e478d9acb0db856"], ["accepted_at", "2017-07-06 02:29:05.749397"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie_jakubowski@rowemclaughlin.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "willie_jakubowski@rowemclaughlin.name"], ["remember_token", "ae963c0d9bf613d6b6d4e3a0a426004957dbc4df"]]  (0.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darius.prosacco@starksteuber.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "darius.prosacco@starksteuber.info"], ["remember_token", "bbf62fb8a03cee5243866690191bf1c64028314c"], ["banned_at", "2017-07-06 02:29:05.757374"]]  (1.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "addie.hintz@walsh.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "addie.hintz@walsh.com"], ["remember_token", "e798154b0a621fb5d9c9a443fa2d50f0c52ffe11"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jayne@ondrickaauer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jayne@ondrickaauer.biz"], ["remember_token", "57cbe6d1dabf38fc96bf39fd42d1acf08e12e3be"], ["accepted_at", "2017-07-06 02:29:05.774032"]]  (3.1ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nikko@raynor.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nikko@raynor.org"], ["remember_token", "5a64439da0ff1fa5e862fdb735632dd10c2c4a46"], ["accepted_at", "2017-07-06 02:29:05.795234"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dylan_swift@volkman.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dylan_swift@volkman.com"], ["remember_token", "d7583b971d015269938bfe0c52d743bdc41bae45"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "blanca@shanahan.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "blanca@shanahan.com"], ["remember_token", "4b4d6aa80f1128ac5c439dba1577d33d4e2adb45"], ["banned_at", "2017-07-06 02:29:05.802214"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laurianne_leannon@cruickshank.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "laurianne_leannon@cruickshank.io"], ["remember_token", "f080ec2a1b7a9c03ac0295c6ed96b9b945137281"]]  (0.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lera_wunsch@casper.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lera_wunsch@casper.io"], ["remember_token", "8eeee26168f3b16bc1918c2e499aac2f24058c76"], ["accepted_at", "2017-07-06 02:29:05.812208"]]  (1.2ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenna@jones.net"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gertrude_mills@jenkinsbruen.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oren_reilly@rutherford.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "oren_reilly@rutherford.info"], ["remember_token", "9d3715ab9f9b056d96249f626328225d31a75492"]]  (1.8ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oren_reilly@rutherford.info"], ["LIMIT", 1]] User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "OREN_REILLY@RUTHERFORD.INFO"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzie@abernathynolan.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ozzie@abernathynolan.io"], ["remember_token", "9a447cb21bea5f4a36bab225a0ea927e5aca47bb"]]  (0.9ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnny@koelpinrolfson.info"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reyna.runolfon@koelpin.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cortney.hermiston@labadiemann.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cortney.hermiston@labadiemann.io"], ["remember_token", "3c342a39490b629eea9d290347c4d148f07e5d5d"], ["banned_at", "2017-07-06 02:29:05.942755"]]  (1.4ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:05 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 229ms (Views: 226.9ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cortney.hermiston@labadiemann.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cortney.hermiston@labadiemann.io"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilford@mayert.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wilford@mayert.net"], ["remember_token", "ca9bfdb6a48888f57be367ea93114225d79870ab"], ["accepted_at", "2017-07-06 02:29:06.218971"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilford@mayert.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "wilford@mayert.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:29:06.239615"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:29:06.240111"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ca9bfdb6a48888f57be367ea93114225d79870ab"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 14ms (Views: 10.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (7.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (8.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrell.dach@wilkinson.co"], ["LIMIT", 1]]  (1.0ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrell.dach@wilkinson.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "terrell.dach@wilkinson.co"], ["remember_token", "687cf87153aadd4ae2cc8b0236aa293f3c5e2f6d"]]  (2.4ms) commit transaction  (1.3ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "terrell.dach@wilkinson.co"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:06.354272"], ["accepted_at", "2017-07-06 02:29:06.354756"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 26ms (ActiveRecord: 10.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by WelcomeController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "687cf87153aadd4ae2cc8b0236aa293f3c5e2f6d"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 25ms (Views: 20.9ms | ActiveRecord: 0.5ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "687cf87153aadd4ae2cc8b0236aa293f3c5e2f6d"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.5ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermey.brekke@farrell.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermey.brekke@farrell.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jermey.brekke@farrell.net"], ["remember_token", "3f9b9a8da1a6e5ddbc2f8470689be541e962a2fd"]]  (1.7ms) commit transaction  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jermey.brekke@farrell.net"], ["id", 1], ["LIMIT", 1]] SQL (1.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:29:06.505613"], ["accepted_at", "2017-07-06 02:29:06.507910"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 33ms (ActiveRecord: 6.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:29:06 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "3f9b9a8da1a6e5ddbc2f8470689be541e962a2fd"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dolly_crooks@quigleythiel.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dolly_crooks@quigleythiel.co"], ["remember_token", "5440caebbcfe206d7e1b831646286aadc97a830e"]]  (0.8ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephen@rodriguez.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stephen@rodriguez.co"], ["remember_token", "7f65c46671f506255241093556a02f1f1592f7d8"]]  (0.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 301ms (Views: 298.5ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bertha@hoeger.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bertha@hoeger.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bertha@hoeger.biz"], ["remember_token", "dfe6daa82400466a124945d5b46a20a5db7ebc03"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "bertha@hoeger.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:01.966978"], ["accepted_at", "2017-07-06 02:35:01.967334"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "dfe6daa82400466a124945d5b46a20a5db7ebc03"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 8.2ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "dfe6daa82400466a124945d5b46a20a5db7ebc03"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:01 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bianka@kemmer.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bianka@kemmer.co"], ["remember_token", "69d7366331dd6d7e9a711efc6422ce3ff201fbf4"], ["accepted_at", "2017-07-06 02:35:02.007732"]]  (0.9ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bianka@kemmer.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "bianka@kemmer.co"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:35:02.027019"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:35:02.027361"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 7ms (ActiveRecord: 2.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "69d7366331dd6d7e9a711efc6422ce3ff201fbf4"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tatum_kovacek@quitzon.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "tatum_kovacek@quitzon.info"], ["remember_token", "e456f03f2e19de6feb4eae1e2a99e6d53e032138"], ["banned_at", "2017-07-06 02:35:02.057660"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tatum_kovacek@quitzon.info"], ["LIMIT", 1]]  (0.5ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "tatum_kovacek@quitzon.info"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 22ms (ActiveRecord: 2.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (5.8ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.5ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sidney@lueilwitz.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sidney@lueilwitz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sidney@lueilwitz.com"], ["remember_token", "abaa07c6ec65808a4323d5542e3fe8b2e62cf31d"]]  (3.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "sidney@lueilwitz.com"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.207731"], ["accepted_at", "2017-07-06 02:35:02.208046"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 13ms (ActiveRecord: 6.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:02 +0900 Processing by WelcomeController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "abaa07c6ec65808a4323d5542e3fe8b2e62cf31d"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 14ms (Views: 10.4ms | ActiveRecord: 0.5ms)  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystal.zieme@weimann.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystal.zieme@weimann.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "krystal.zieme@weimann.io"], ["remember_token", "c99390e4624167b59fee8fe1e27dc7240afce43e"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "krystal.zieme@weimann.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.267130"], ["accepted_at", "2017-07-06 02:35:02.267546"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loyal@hartmannsimonis.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loyal@hartmannsimonis.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "loyal@hartmannsimonis.io"], ["remember_token", "df53f8389a89100b64d3ef8db2998a542a5344a3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "loyal@hartmannsimonis.io"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.285511"], ["accepted_at", "2017-07-06 02:35:02.286234"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 13ms (ActiveRecord: 4.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (5.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audra@wilkinsonbraun.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audra@wilkinsonbraun.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "audra@wilkinsonbraun.co"], ["remember_token", "7fac154d42b9f1c0fb2de91bb674204ec5dd4595"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "audra@wilkinsonbraun.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.305915"], ["accepted_at", "2017-07-06 02:35:02.306249"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jey@flatley.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jey@flatley.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jey@flatley.name"], ["remember_token", "4e6916c1b6ca4eeb269d7685adc7b30a6e43358d"]]  (1.4ms) commit transaction  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jey@flatley.name"], ["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 26ms (ActiveRecord: 4.2ms)  (0.3ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anita@mills.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anita@mills.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anita@mills.biz"], ["remember_token", "acff0b5ad7efcaf2e041be893a1e0c80fc365db1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "anita@mills.biz"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 10ms (ActiveRecord: 2.1ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alicia_lubowitz@breitenberg.biz"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alicia_lubowitz@breitenberg.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alicia_lubowitz@breitenberg.biz"], ["remember_token", "89f1059681d840585d40876ef6198659e181b3f3"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (4.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alicia_lubowitz@breitenberg.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.434104"], ["accepted_at", "2017-07-06 02:35:02.435094"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 32ms (ActiveRecord: 11.3ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "89f1059681d840585d40876ef6198659e181b3f3"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 9ms (ActiveRecord: 0.9ms)  (0.8ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (5.5ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.0ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donald@sanford.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donald@sanford.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "donald@sanford.com"], ["remember_token", "1eff2e4889673925075152be89c8c8c63ffc429e"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "donald@sanford.com"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:02.521927"], ["accepted_at", "2017-07-06 02:35:02.522582"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 4.8ms) Processing by Genkan::SessionsController#destroy as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "1eff2e4889673925075152be89c8c8c63ffc429e"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 22ms (ActiveRecord: 1.1ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (10.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.8ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 10ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (8.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darlene_schiller@wilkinson.co"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.5ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (6.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cielo.ruecker@lindkaulke.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "cielo.ruecker@lindkaulke.io"], ["remember_token", "ee2b8f5dc97b50ccd3456cf6c1b5dec591ef4dfb"], ["logged_in_count", 13], ["last_logged_in_at", "2017-07-06 02:35:02.668724"], ["accepted_at", "2017-07-06 02:35:02.668959"]]  (3.1ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.6ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nona_botsford@paucekquitzon.co"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "nona_botsford@paucekquitzon.co"], ["remember_token", "27fe8b34b24211acb38374d31daed6b7940e7c92"], ["logged_in_count", 17], ["last_logged_in_at", "2017-07-06 02:35:02.712734"], ["accepted_at", "2017-07-06 02:35:02.713371"]]  (2.9ms) commit transaction  (0.4ms) PRAGMA foreign_keys  (3.1ms) PRAGMA foreign_keys = OFF  (6.4ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "george_schuppe@wiegand.com"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robin_fisher@considine.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "robin_fisher@considine.biz"], ["remember_token", "e77a6c94bad50cb2f05a1c71e38ad8fbb999e0ac"]]  (1.3ms) commit transaction User Load (1.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robin_fisher@considine.biz"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ROBIN_FISHER@CONSIDINE.BIZ"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnny_ratke@armstronglang.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "johnny_ratke@armstronglang.net"], ["remember_token", "0ece25330d1cbaf039d9d1defca2bff31ed42cae"]]  (0.8ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (4.7ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "creola_keler@dach.co"], ["LIMIT", 1]]  (0.7ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.9ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalia_ward@osinskihartmann.org"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annabell_gerhold@herzog.org"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1 User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hazel@hahn.org"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "august@shieldsthompson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "august@shieldsthompson.io"], ["remember_token", "159568c9ef47a93d4fb18fad3604566bd79438a5"], ["accepted_at", "2017-07-06 02:35:02.977199"]]  (1.1ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (20.4ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.0ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sally_dubuque@wolff.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sally_dubuque@wolff.net"], ["remember_token", "6255789b20dd80fb57b9f1c5f1944951dcd012ec"], ["accepted_at", "2017-07-06 02:35:03.040695"]]  (4.0ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heath@labadie.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "heath@labadie.com"], ["remember_token", "e61147dddc7699263ecfd01c3c594450504a28c1"], ["banned_at", "2017-07-06 02:35:03.071827"]]  (2.6ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edgar_kuhic@johnson.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "edgar_kuhic@johnson.com"], ["remember_token", "6750e34ff5ea02a5dddf53a0b1461ee46a342bbe"], ["banned_at", "2017-07-06 02:35:03.090877"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "efrain@huels.net"], ["LIMIT", 1]] SQL (7.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "efrain@huels.net"], ["remember_token", "e99702b44cab48c40637e0a987768e8153176fca"]]  (1.1ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (1.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "catalina@cummeratavolkman.net"], ["LIMIT", 1]] SQL (3.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "catalina@cummeratavolkman.net"], ["remember_token", "477ece1ac0d091efb7757fe62f86b985c454a8ac"], ["accepted_at", "2017-07-06 02:35:03.163457"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (9.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayla@krajcik.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kayla@krajcik.info"], ["remember_token", "5f11e93589a6344aa9a7aeff84747095549df055"]]  (2.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rachelle_wiza@howell.biz"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rachelle_wiza@howell.biz"], ["remember_token", "332ff23d0e980794d4ef27ed18aad98829016d31"], ["banned_at", "2017-07-06 02:35:03.201793"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonie.carter@pacocha.co"], ["LIMIT", 1]] SQL (3.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leonie.carter@pacocha.co"], ["remember_token", "24c1359ae1b670536e8c7309e5705adf745e7d9d"]]  (3.9ms) commit transaction  (0.2ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elfrieda@rempel.info"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "elfrieda@rempel.info"], ["remember_token", "25424a2a535ae57ebaa043db59f7664d475096e7"], ["accepted_at", "2017-07-06 02:35:03.230018"]]  (1.6ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (8.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "junius_bergstrom@bernhard.co"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "junius_bergstrom@bernhard.co"], ["remember_token", "00989724b4361d175a88f62911d82b14a2b192ea"], ["accepted_at", "2017-07-06 02:35:03.260621"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ramiro@hegmann.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ramiro@hegmann.com"], ["remember_token", "a2920c729b621dbab3be81cb3fde7a16e4871f0e"]]  (0.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurelia.swift@lindgren.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "aurelia.swift@lindgren.name"], ["remember_token", "b506d55bbfdf5d50e1c5b0e59fecd082de3a2308"], ["banned_at", "2017-07-06 02:35:03.273845"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tevin.bernier@padberg.info"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tevin.bernier@padberg.info"], ["remember_token", "aacb4a277ecfd164963e9faff2c9930f9c3ce122"]]  (2.2ms) commit transaction  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "casey.mante@koch.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "casey.mante@koch.info"], ["remember_token", "4e3c0d340b12c80e940d21bf2d4505481025eda8"], ["accepted_at", "2017-07-06 02:35:03.292699"]]  (2.8ms) commit transaction User Load (1.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (1.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lydia.lang@schaefer.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lydia.lang@schaefer.com"], ["remember_token", "57e02099ddbc56c79135ae194b1b2734b99aa85e"], ["accepted_at", "2017-07-06 02:35:03.334125"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mae@upton.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mae@upton.biz"], ["remember_token", "49ac9396e058df4cdda89a109fe31657e6a04e0a"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shannon@stokes.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "shannon@stokes.net"], ["remember_token", "7d0f4bb38a72e38a47a528b72c4b9cb55057d22b"], ["banned_at", "2017-07-06 02:35:03.343976"]]  (0.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ceasar.roberts@windler.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ceasar.roberts@windler.info"], ["remember_token", "2fb96d8b2f8c1f3446b4b29fa9145d1c468861c1"]]  (1.2ms) commit transaction  (0.3ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tom.walsh@stehrherzog.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tom.walsh@stehrherzog.name"], ["remember_token", "2ae19b286fb84f50c65ff8fd1e0776b6734b07fe"], ["accepted_at", "2017-07-06 02:35:03.356907"]]  (1.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fatima@hand.org"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "fatima@hand.org"], ["remember_token", "4aa176fd87f24a4a6d345c8d1fcc1f998b08c708"], ["accepted_at", "2017-07-06 02:35:03.372671"]]  (1.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jorge@schoen.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jorge@schoen.com"], ["remember_token", "b7f13ca545b9cbb00ba774b1ce113a4e553e1ec7"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamir@rohan.org"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jamir@rohan.org"], ["remember_token", "b8d7eef887b1fe954f6d7e67517b3de9ac17f96b"], ["banned_at", "2017-07-06 02:35:03.397452"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "imogene.hodkiewicz@rodriguez.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "imogene.hodkiewicz@rodriguez.io"], ["remember_token", "ebe9e6514491bb72a7fe3f7c393ea6d659ee083e"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (3.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maximilian_kshlerin@bruentorp.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maximilian_kshlerin@bruentorp.info"], ["remember_token", "ba7874ef5d90e280c401105f9b365d17991a2c13"], ["accepted_at", "2017-07-06 02:35:03.412543"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ayla_lesch@boehm.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ayla_lesch@boehm.net"], ["remember_token", "fbdc07c05f50994adf9790f8f4f5ac9bd0fbc8e0"], ["accepted_at", "2017-07-06 02:35:03.428775"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayden@ritchieokuneva.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kayden@ritchieokuneva.info"], ["remember_token", "c52b55a2e91f0d570a0d8007976c6137e8a2a118"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelino@sawayn.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marcelino@sawayn.name"], ["remember_token", "aebf2eb755f67f8672ee82f1c864baf09c3ec866"], ["banned_at", "2017-07-06 02:35:03.450707"]]  (1.7ms) commit transaction  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jany.quitzon@bechtelar.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jany.quitzon@bechtelar.name"], ["remember_token", "117c7b0596886d9f86c0f0a03be1fd0243496939"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andre@osinski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "andre@osinski.com"], ["remember_token", "3418580baf9c8df1aaa09dcc9dd39003ddc986f9"], ["accepted_at", "2017-07-06 02:35:03.470304"]]  (0.9ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thurman@larkin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "thurman@larkin.org"], ["remember_token", "f0cb6cf70d082159ffc3f00f1eecffb296047329"], ["accepted_at", "2017-07-06 02:35:03.491097"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kim@beier.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kim@beier.co"], ["remember_token", "9b54ec26e0593a8f31d0e390b7c97c74ff2a301c"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justen@mcdermottgoodwin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "justen@mcdermottgoodwin.com"], ["remember_token", "bd5569704d1955febf200648c4d9add7f5a7e6a1"], ["banned_at", "2017-07-06 02:35:03.502081"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melody.auer@vandervort.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "melody.auer@vandervort.org"], ["remember_token", "6ce5dff458121fb0dee5a41fa290226770f406b0"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "megane@zieme.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "megane@zieme.name"], ["remember_token", "0de95f2c702ef67b740aa9e6ed8f73d466311bb8"], ["accepted_at", "2017-07-06 02:35:03.516324"]]  (1.1ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amie@leffler.biz"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "amie@leffler.biz"], ["remember_token", "ad256513131c81e66bd5c2e8cc20c8710553e7a1"], ["accepted_at", "2017-07-06 02:35:03.534842"]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jadon@sauercorwin.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jadon@sauercorwin.info"], ["remember_token", "ab5694e47174e391f0d522bc32151a1f1d90130c"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eryn@mohr.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "eryn@mohr.co"], ["remember_token", "3948c135d3ae5997880178c9ee3d317765150428"], ["banned_at", "2017-07-06 02:35:03.561360"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrett@gleasonborer.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "garrett@gleasonborer.org"], ["remember_token", "5a9f715836b91685dca729243de6b6439a88ea74"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janis@ruel.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "janis@ruel.com"], ["remember_token", "8001f547a23c9c91dec7e20bd54ba6140d6c6468"], ["accepted_at", "2017-07-06 02:35:03.578587"]]  (1.0ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (2.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yeenia.satterfield@schuppecarter.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "yeenia.satterfield@schuppecarter.info"], ["remember_token", "7674514c58b525698258d4f00508a331884b2b05"], ["accepted_at", "2017-07-06 02:35:03.630402"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (2.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bridgette.oreilly@durgankunze.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bridgette.oreilly@durgankunze.org"], ["remember_token", "f784a89e3ed653dc3850f7aad46d55104d5981f8"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurelie@schulistlegros.net"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "aurelie@schulistlegros.net"], ["remember_token", "d739249f655b12d88bae4e6f1921259636915728"], ["banned_at", "2017-07-06 02:35:03.658684"]]  (2.2ms) commit transaction  (0.3ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bud.harber@stiedemannbrakus.name"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bud.harber@stiedemannbrakus.name"], ["remember_token", "501ef93b719e2fc277b9f80708626d3cedff3abc"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lola@kuvalis.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lola@kuvalis.com"], ["remember_token", "c07997d743598ee3ae0522383c07479b947fc405"], ["accepted_at", "2017-07-06 02:35:03.690075"]]  (1.1ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "euna.hermiston@walsh.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "euna.hermiston@walsh.info"], ["remember_token", "8dc12e0b32c5eb51b4a6c179469d5ed46a114af0"], ["accepted_at", "2017-07-06 02:35:03.713091"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lila.doyle@kovacek.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lila.doyle@kovacek.com"], ["remember_token", "fbfc81248e96c3ed19d3580fcccb17101723cee6"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "destiny@gusikowskicormier.org"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "destiny@gusikowskicormier.org"], ["remember_token", "d48bfb6840e4e44f9fac61e196e7a63cc154065d"], ["banned_at", "2017-07-06 02:35:03.730816"]]  (3.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caden@prosacco.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "caden@prosacco.org"], ["remember_token", "6b9a977f079d4bc89a6ea8098a173ee3217779a5"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "idella@fritsch.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "idella@fritsch.com"], ["remember_token", "268ff5cba886b74b74243a52fc6bcdd17a206754"], ["accepted_at", "2017-07-06 02:35:03.763066"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (1.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 9ms (Views: 6.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiley@hills.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiley@hills.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kiley@hills.io"], ["remember_token", "c2107cfea339f2ee5d4455c190f6ae6f6bd1d23b"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kiley@hills.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.388249"], ["accepted_at", "2017-07-06 02:35:31.388757"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 33ms (ActiveRecord: 3.2ms)  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katheryn_macejkovic@kemmer.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katheryn_macejkovic@kemmer.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "katheryn_macejkovic@kemmer.org"], ["remember_token", "254add55733012f0aa65bbf17fa2c986894a1aab"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "katheryn_macejkovic@kemmer.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.409534"], ["accepted_at", "2017-07-06 02:35:31.409850"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.5ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "era.heel@weimann.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "era.heel@weimann.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "era.heel@weimann.info"], ["remember_token", "68fbaf6ae50ccfb7dcb4ce3da9a7139429c2b3e3"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "era.heel@weimann.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.427085"], ["accepted_at", "2017-07-06 02:35:31.427393"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.5ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayla_swaniawski@kshlerincollins.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayla_swaniawski@kshlerincollins.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kayla_swaniawski@kshlerincollins.co"], ["remember_token", "06e28dd448441cd6aae2d1571826206f30251cd2"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kayla_swaniawski@kshlerincollins.co"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jazmin.parisian@walterlemke.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jazmin.parisian@walterlemke.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jazmin.parisian@walterlemke.org"], ["remember_token", "017d3663207ed242cd4b43ebd52144e9f801d318"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jazmin.parisian@walterlemke.org"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrl.pollich@damorerice.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrl.pollich@damorerice.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "myrl.pollich@damorerice.co"], ["remember_token", "ac17c7d0bee5054653b5f74f27d785900731fcc5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "myrl.pollich@damorerice.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.470865"], ["accepted_at", "2017-07-06 02:35:31.471226"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 2.4ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ac17c7d0bee5054653b5f74f27d785900731fcc5"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaime_schamberger@hermann.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaime_schamberger@hermann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaime_schamberger@hermann.net"], ["remember_token", "5c06f2ba4d42f3705741683c76cd2c896ac05c24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jaime_schamberger@hermann.net"], ["id", 1], ["LIMIT", 1]] SQL (1.1ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.493217"], ["accepted_at", "2017-07-06 02:35:31.493696"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 4.1ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5c06f2ba4d42f3705741683c76cd2c896ac05c24"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 200ms (Views: 198.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neha@beckerblock.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neha@beckerblock.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "neha@beckerblock.com"], ["remember_token", "709b70dca90d7b7d1f7b97c7e58591cf9e6e134d"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "neha@beckerblock.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.730727"], ["accepted_at", "2017-07-06 02:35:31.731065"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "709b70dca90d7b7d1f7b97c7e58591cf9e6e134d"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 8.4ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natasha.walter@funk.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "natasha.walter@funk.info"], ["remember_token", "1bc37dd081dd56709f6c15e168305795424f4c7e"], ["banned_at", "2017-07-06 02:35:31.757598"]]  (0.8ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natasha.walter@funk.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "natasha.walter@funk.info"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milton@bahringer.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "milton@bahringer.biz"], ["remember_token", "f8715deee5c78fcb24fe6b3478e929e96afb0143"], ["accepted_at", "2017-07-06 02:35:31.803087"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milton@bahringer.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "milton@bahringer.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:35:31.823873"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:35:31.824195"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f8715deee5c78fcb24fe6b3478e929e96afb0143"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (1.5ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alverta@mayertwilkinson.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alverta@mayertwilkinson.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alverta@mayertwilkinson.org"], ["remember_token", "37cf650b6c5c918f5625b99b635336e1109892b2"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alverta@mayertwilkinson.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:35:31.867977"], ["accepted_at", "2017-07-06 02:35:31.868310"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 7ms (ActiveRecord: 2.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "37cf650b6c5c918f5625b99b635336e1109892b2"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "37cf650b6c5c918f5625b99b635336e1109892b2"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:35:31 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryon.stoltenberg@miller.com"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paris@hand.name"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "obie@becker.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "obie@becker.io"], ["remember_token", "00b80ec16c3e655ddd191c22a7bdbde784213629"], ["logged_in_count", 21], ["last_logged_in_at", "2017-07-06 02:35:31.973121"], ["accepted_at", "2017-07-06 02:35:31.973238"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katherine@croninankunding.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "katherine@croninankunding.org"], ["remember_token", "f4dfa87b2b171f115145e45d69e104026c5c3cbb"], ["logged_in_count", 5], ["last_logged_in_at", "2017-07-06 02:35:31.983032"], ["accepted_at", "2017-07-06 02:35:31.983435"]]  (0.9ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lizzie.kling@huel.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lizzie.kling@huel.name"], ["remember_token", "6119642fd2c75b4d6f0e510c93c90ff75b3c8dc2"], ["accepted_at", "2017-07-06 02:35:31.996249"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "unique_crona@carterdooley.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "unique_crona@carterdooley.co"], ["remember_token", "a15faf22bb037258d22c09976e0768301965634c"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ara@mante.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ara@mante.com"], ["remember_token", "91cf93412cfd8010fb4bae9e893a05740b9144ce"], ["banned_at", "2017-07-06 02:35:32.008146"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ewell@kertzmann.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ewell@kertzmann.net"], ["remember_token", "eb4c3e3ff51be340daf39f88450f6a9ab1b54aaa"]]  (2.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eugenia@murazikko.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "eugenia@murazikko.biz"], ["remember_token", "175769966dbb5123361073e9a792899cb168f31e"], ["accepted_at", "2017-07-06 02:35:32.019197"]]  (1.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gail.bashirian@ullrichmaggio.biz"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gail.bashirian@ullrichmaggio.biz"], ["remember_token", "0cef72fe402ea7d0598d998367d016ea75cc32f0"], ["accepted_at", "2017-07-06 02:35:32.038814"]]  (2.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charles.cummings@terry.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "charles.cummings@terry.org"], ["remember_token", "203375c3d44cb4930f5d5cd8d81a944f9700cdbd"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geovany@tillman.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "geovany@tillman.co"], ["remember_token", "9e07c8876e3d37688bbee4b16a1d8ebad990f8da"], ["banned_at", "2017-07-06 02:35:32.065563"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vidal@sengerpollich.io"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vidal@sengerpollich.io"], ["remember_token", "ff8e43bd1b7d67dcc179605bac0ca04cfb4fcad2"]]  (2.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isai_hickle@homenick.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "isai_hickle@homenick.name"], ["remember_token", "bb1b163493f8b6c2d2a54832cbd749abb1fde7a1"], ["accepted_at", "2017-07-06 02:35:32.091272"]]  (2.6ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (1.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.7ms) DELETE FROM sqlite_sequence where name = 'users';  (4.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demetris@schinner.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "demetris@schinner.name"], ["remember_token", "55646cf9fbba6e5f18d7e31a1120b9959ef3a5a2"], ["accepted_at", "2017-07-06 02:35:32.126114"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amanda@grady.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "amanda@grady.org"], ["remember_token", "4dbaca8d82530fb0f27b48013b9ddb8bf342f75d"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trystan_block@heller.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "trystan_block@heller.co"], ["remember_token", "aab4c1263b1efcc57915eccb3ac0e245c1a2101c"], ["banned_at", "2017-07-06 02:35:32.144204"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lola@robeldibbert.biz"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lola@robeldibbert.biz"], ["remember_token", "6ad12b192269b79f8ff13f33aabbe98d7518061d"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lila_fritsch@carrollokon.org"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lila_fritsch@carrollokon.org"], ["remember_token", "60df642bc3343143b1e8e7ce18fc5965b84a3f5a"], ["accepted_at", "2017-07-06 02:35:32.165078"]]  (2.2ms) commit transaction User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (6.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brooke_cummings@leffler.info"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brooke_cummings@leffler.info"], ["remember_token", "8f6bb5f12cb0df1b5c92cb4578b7e1271b1b56cc"], ["accepted_at", "2017-07-06 02:35:32.201874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meredith.barrows@lind.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "meredith.barrows@lind.biz"], ["remember_token", "b41a2e7cd43b739c389a24b6191c03df28505071"]]  (4.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otilia@shanahanstanton.org"], ["LIMIT", 1]] SQL (15.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "otilia@shanahanstanton.org"], ["remember_token", "1010209abc602f02fc1761c2526cd5dbb4066870"], ["banned_at", "2017-07-06 02:35:32.241804"]]  (2.0ms) commit transaction  (1.5ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reece@kundestiedemann.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reece@kundestiedemann.io"], ["remember_token", "ba5eed40bf4079028e61db303538602324b06166"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estella@damorearmstrong.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "estella@damorearmstrong.org"], ["remember_token", "ccc310eced04a1c0fef3b158fa3def8b69757ace"], ["accepted_at", "2017-07-06 02:35:32.294076"]]  (8.5ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karina@gottlieb.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "karina@gottlieb.io"], ["remember_token", "db27adfa635576683913ec89f4461392c306e442"], ["accepted_at", "2017-07-06 02:35:32.321468"]]  (2.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buster@schamberger.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "buster@schamberger.name"], ["remember_token", "6c9a833d46ebdf3b15507193d1bb3c6874fa7868"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alanis@hane.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "alanis@hane.com"], ["remember_token", "f2a7f81729fc2da91273d389b6dc5db05b4afa4c"], ["banned_at", "2017-07-06 02:35:32.347913"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claudine.jenkins@hettinger.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "claudine.jenkins@hettinger.info"], ["remember_token", "d0b59be6537df5f4e336edf502cf0370653e074d"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julie@lockman.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "julie@lockman.io"], ["remember_token", "1bfa25e1974020ee44f8b54ee32f36d7f80e124b"], ["accepted_at", "2017-07-06 02:35:32.365343"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvin_mann@bodehowell.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kelvin_mann@bodehowell.net"], ["remember_token", "442b97d717bff28eb5f595f650d20372f8a943f8"], ["accepted_at", "2017-07-06 02:35:32.377724"]]  (3.3ms) commit transaction  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francis_mosciski@kaulke.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "francis_mosciski@kaulke.org"], ["remember_token", "9f927f14184b07bbaa11b308b6ee9f1160743412"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dangelo@stamm.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dangelo@stamm.biz"], ["remember_token", "324049e018bf2a01e196629ace28ac552b9a9c12"], ["banned_at", "2017-07-06 02:35:32.399396"]]  (2.5ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dion@ruecker.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dion@ruecker.info"], ["remember_token", "45e9a69a51784fca355de1dadb5503874096d892"]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melody_reynolds@gibson.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "melody_reynolds@gibson.io"], ["remember_token", "50c55d3344ff2a2aad1bfa6c0d4da17a12ef2ab2"], ["accepted_at", "2017-07-06 02:35:32.435311"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elton_wintheiser@kertzmannparisian.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "elton_wintheiser@kertzmannparisian.io"], ["remember_token", "ef0c3a7fa2dd1cc31d076f4f74f0e9f8369c81fc"], ["accepted_at", "2017-07-06 02:35:32.447583"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joshuah.cronin@boyle.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joshuah.cronin@boyle.com"], ["remember_token", "ef03f533072306f2366a4728435cd860fc89658c"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elna_corkery@blick.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "elna_corkery@blick.net"], ["remember_token", "3e6bb5b5005dd02262c26c8bf0a4731b6aac6de0"], ["banned_at", "2017-07-06 02:35:32.460937"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meda.larkin@smith.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "meda.larkin@smith.com"], ["remember_token", "da6a4ad5b85d8a4f6d00039d8f179b88aacae167"]]  (3.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacques@volkman.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jacques@volkman.org"], ["remember_token", "d92fb797a56e0cf354fdfa58b4ba9a90ae055153"], ["accepted_at", "2017-07-06 02:35:32.481844"]]  (1.4ms) commit transaction User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.5ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jee@schaden.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jee@schaden.co"], ["remember_token", "3e5ce8de36b2694e5f6f2bebcd6fdacc8a7b7e6e"], ["accepted_at", "2017-07-06 02:35:32.512929"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrick@barton.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "garrick@barton.net"], ["remember_token", "009f2ce8843bed34e3b207727238632eaa399356"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "minnie@douglas.com"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "minnie@douglas.com"], ["remember_token", "1bacc4b0991584a68e1efc34861c58061b9c06cd"], ["banned_at", "2017-07-06 02:35:32.530454"]]  (1.6ms) commit transaction  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gianni_bartoletti@hoegerokeefe.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gianni_bartoletti@hoegerokeefe.io"], ["remember_token", "960425d2477bf8627e978f74e1116874b01e4d9a"]]  (3.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tina@ratke.name"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tina@ratke.name"], ["remember_token", "20d86c69cb4206ccb8bc370b98214976daf4ad7e"], ["accepted_at", "2017-07-06 02:35:32.561595"]]  (2.3ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carrie@morar.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "carrie@morar.name"], ["remember_token", "d16f7df222809b913fc20234e8340652ba7804a4"], ["accepted_at", "2017-07-06 02:35:32.592739"]]  (1.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kirsten@brown.name"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kirsten@brown.name"], ["remember_token", "44845f5e9b8d5fa77a392324988fff2caa16753f"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dana.kiehn@langworth.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dana.kiehn@langworth.biz"], ["remember_token", "15c4c6ce7df49612d309e4771f3a6a257bf35eff"], ["banned_at", "2017-07-06 02:35:32.610956"]]  (1.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delfina@goodwin.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "delfina@goodwin.org"], ["remember_token", "beee701ee584bfca14e47a57e8af5680837749cc"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caandre@hodkiewicz.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "caandre@hodkiewicz.net"], ["remember_token", "480b43032ca253511489ecfbb45a0fe98b012340"], ["accepted_at", "2017-07-06 02:35:32.631039"]]  (1.7ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "summer_toy@towne.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "summer_toy@towne.org"], ["remember_token", "1b48e8652000baf60e96f88401c1442b3a46967a"], ["accepted_at", "2017-07-06 02:35:32.674595"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freeda.gibson@mcglynnruel.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "freeda.gibson@mcglynnruel.co"], ["remember_token", "e9368ca0d922cfd6ff4409d9979ebf91599b693e"], ["accepted_at", "2017-07-06 02:35:32.691837"]]  (1.3ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (4.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frida.balistreri@hilperthamill.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "frida.balistreri@hilperthamill.co"], ["remember_token", "46a6f8435c8ad5676fe816bd24aaf129f1b35a68"]]  (1.2ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitney.gorczany@lowe.net"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "whitney.gorczany@lowe.net"], ["remember_token", "3de45f7297fdd2574581d73de79f5ec16243e42d"]]  (1.6ms) commit transaction User Load (0.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitney.gorczany@lowe.net"], ["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "WHITNEY.GORCZANY@LOWE.NET"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maria.lind@graham.biz"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beaulah@gradyblanda.org"], ["LIMIT", 1]]  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (21.3ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (12.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lane.larkin@hilperthaag.name"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvina_barrows@yundtdach.name"], ["LIMIT", 1]]  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (7.2ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.3ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edgar@hillsmarquardt.co"], ["LIMIT", 1]] SQL (8.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "edgar@hillsmarquardt.co"], ["remember_token", "67fdd7f5282162f9d3fb08e9c807102be576de5f"]]  (1.2ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly_ritchie@schuppe.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lesly_ritchie@schuppe.biz"], ["remember_token", "02711ca3971a2054f6d5ed1b75bc3fa2b6d54c9b"], ["banned_at", "2017-07-06 02:35:33.000469"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shannon.ferry@armstrongmiller.net"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "shannon.ferry@armstrongmiller.net"], ["remember_token", "ce60e1cbd29756a0244896e752e3288552416d16"], ["banned_at", "2017-07-06 02:35:33.012880"]]  (1.9ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (5.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (9.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (6.1ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (2.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 2.1ms)  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (3.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "uriel@glover.org"], ["LIMIT", 1]] SQL (3.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "uriel@glover.org"], ["remember_token", "f545faad2f2275f20a3811c4336b8e61e84c2ef0"]]  (2.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 17ms (Views: 9.8ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keven.predovic@bernhard.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keven.predovic@bernhard.io"], ["remember_token", "9a1cd7431a1932346a06b8bc6de0034c4d8641ed"]]  (1.0ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (1.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (1.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (6.2ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:45:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 500 Internal Server Error in 210ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:45:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denis@heaney.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "denis@heaney.biz"], ["remember_token", "29d350c6b32063152748adfae862fb9f26fad618"], ["accepted_at", "2017-07-06 02:45:50.939171"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:45:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juvenal@kshlerin.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "juvenal@kshlerin.name"], ["remember_token", "69bf376ad3fd718a0124fbbeea69500c7d3a4f35"], ["banned_at", "2017-07-06 02:45:50.979989"]]  (1.1ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:45:50 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "martine.schroeder@bogisich.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "martine.schroeder@bogisich.biz"], ["remember_token", "ec50faa4acaeee24d0f99017b9dae9f4428e9000"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 17ms (Views: 13.3ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meagan@leuschke.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "meagan@leuschke.name"], ["remember_token", "90701af161715c729d24f3117e6c77da8ca2ca05"]]  (1.0ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "regan@shanahan.biz"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezekiel@greenholtraynor.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ezekiel@greenholtraynor.info"], ["remember_token", "970197f4f89a00292df8eed1579aa5ae6693e531"]]  (4.2ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnson.kunde@nolanpadberg.com"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (2.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "araceli@cummerata.biz"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "araceli@cummerata.biz"], ["remember_token", "a8f5d32a6a901762eed284356235710a4800833b"], ["logged_in_count", 2], ["last_logged_in_at", "2017-07-06 02:45:51.222266"], ["accepted_at", "2017-07-06 02:45:51.223045"]]  (1.4ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dell@bartell.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "dell@bartell.co"], ["remember_token", "24d651fcbd53388f938db70570cfe426934eaca4"], ["logged_in_count", 2], ["last_logged_in_at", "2017-07-06 02:45:51.267999"], ["accepted_at", "2017-07-06 02:45:51.268193"]]  (1.2ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cynthia@macgyver.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "cynthia@macgyver.io"], ["remember_token", "6e9201827f4702e0bfe69581a6dd6611ff271185"], ["accepted_at", "2017-07-06 02:45:51.321112"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gardner@bauch.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gardner@bauch.name"], ["remember_token", "e836b92d89636208c103ae435a9925314655d261"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stanton_purdy@wehner.info"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "stanton_purdy@wehner.info"], ["remember_token", "78fd0dbe063d7ae389ae753bc03338411065068b"], ["banned_at", "2017-07-06 02:45:51.347339"]]  (2.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darby.towne@klocko.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "darby.towne@klocko.org"], ["remember_token", "5f53396e1a61f26721f5f755bd12a1d0a81068d1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mac_moriette@damoredickens.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mac_moriette@damoredickens.co"], ["remember_token", "d93a487e503f095968c603d103b4d0267f8cd00d"], ["accepted_at", "2017-07-06 02:45:51.366812"]]  (2.0ms) commit transaction User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (6.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenyatta_bogisich@johns.biz"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kenyatta_bogisich@johns.biz"], ["remember_token", "8e895e1dce5f42c60538d7e2892ad92b16e14222"], ["accepted_at", "2017-07-06 02:45:51.405387"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvin@pfannerstillwisozk.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kelvin@pfannerstillwisozk.com"], ["remember_token", "af7b234e474742344c82dfb7a5e8ea1e0ea8db80"]]  (2.1ms) commit transaction  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brain@altenwerth.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "brain@altenwerth.name"], ["remember_token", "430fa96481693593b8dec15613164bc4925c4d95"], ["banned_at", "2017-07-06 02:45:51.431796"]]  (8.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robin.connelly@kulas.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "robin.connelly@kulas.com"], ["remember_token", "f2ae9c4f96cb61327110b870a96ecaed1d53ab27"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "flavie@aufderhar.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "flavie@aufderhar.name"], ["remember_token", "019d315b11751fdef8bd007ed119cdfbe4910314"], ["accepted_at", "2017-07-06 02:45:51.457682"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (4.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wiley@nader.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wiley@nader.net"], ["remember_token", "7d255ef6499edb4e2096f2ba049657440c01296d"], ["accepted_at", "2017-07-06 02:45:51.481047"]]  (1.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "catherine@hauck.info"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "catherine@hauck.info"], ["remember_token", "363332d0ce6a8370a68d1a5ba99fda6ecdfe966d"]]  (2.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryjane_reichel@thiel.info"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "maryjane_reichel@thiel.info"], ["remember_token", "ea25163acfd0633bbe89faa879bf58a21f2057bd"], ["banned_at", "2017-07-06 02:45:51.507109"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardo@kutchgaylord.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leonardo@kutchgaylord.co"], ["remember_token", "b0e345b1f5a60c633c3dc20dde3a6d7ca3f63cd1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "briana.kunze@nader.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "briana.kunze@nader.org"], ["remember_token", "f555b41d94588a33b76278210e5d720e99b2d6d3"], ["accepted_at", "2017-07-06 02:45:51.525381"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alene@greennolan.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "alene@greennolan.biz"], ["remember_token", "2b6861de863a5e36f032f8120b07a2b70ff6bad6"], ["accepted_at", "2017-07-06 02:45:51.543540"]]  (1.5ms) commit transaction  (0.3ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carley_huel@littel.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "carley_huel@littel.net"], ["remember_token", "f811a65ff964b73c9b801b640156ff15dfa737de"]]  (1.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "avis.douglas@kuhn.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "avis.douglas@kuhn.net"], ["remember_token", "bf2d5b16f950b6682d639562d4ce6f7525bae483"], ["banned_at", "2017-07-06 02:45:51.588022"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bud@boehm.net"], ["LIMIT", 1]] SQL (2.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bud@boehm.net"], ["remember_token", "d80f3219f664c8ae884c2a6ba9e89c19f66dce47"]]  (3.3ms) commit transaction  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmalee_murazik@mcglynn.org"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emmalee_murazik@mcglynn.org"], ["remember_token", "668a6d1fa8b0e1cab15035a6a0bcc50bec9707a9"], ["accepted_at", "2017-07-06 02:45:51.613606"]]  (2.2ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (7.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jillian@farrell.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jillian@farrell.org"], ["remember_token", "474704ee4c2b123c4b897898686a8b76b1b6b420"], ["accepted_at", "2017-07-06 02:45:51.654122"]]  (1.6ms) commit transaction  (0.4ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lempi_bednar@kautzer.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lempi_bednar@kautzer.net"], ["remember_token", "565f7cd707cf7a18836ae44330a9b54895b814c8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raoul_kautzer@jones.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "raoul_kautzer@jones.net"], ["remember_token", "0eecf862437c13b6527d3750ac57f12d4e406cc9"], ["banned_at", "2017-07-06 02:45:51.666136"]]  (4.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reina@stehr.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reina@stehr.com"], ["remember_token", "5ee95ba3865e3cd2c5163e1fb5c6816c0cb17b05"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otho@abbottsatterfield.co"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "otho@abbottsatterfield.co"], ["remember_token", "ca89fbf3c2220bb496f528003b836450709057c1"], ["accepted_at", "2017-07-06 02:45:51.689732"]]  (3.1ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.5ms) DELETE FROM sqlite_sequence where name = 'users';  (9.5ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorine@luettgen.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lorine@luettgen.biz"], ["remember_token", "cd963112890252a1235bb0eff712847ea3d90678"], ["accepted_at", "2017-07-06 02:45:51.741731"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (1.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burley_hintz@heelparker.name"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "burley_hintz@heelparker.name"], ["remember_token", "dd71abe067f97f1901cfd60f0f63e3c857154015"]]  (3.7ms) commit transaction  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eileen@herzogzulauf.biz"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "eileen@herzogzulauf.biz"], ["remember_token", "9afecac7499bee73eca278455b7ff608da81c731"], ["banned_at", "2017-07-06 02:45:51.768213"]]  (2.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anthony_stanton@rogahn.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anthony_stanton@rogahn.org"], ["remember_token", "3efe1af9425eda03c8f314bf2cef82044d767039"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arlo.kemmer@kuphal.net"], ["LIMIT", 1]] SQL (11.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "arlo.kemmer@kuphal.net"], ["remember_token", "4f20e585c8336c5452f929855e1222944bfc481a"], ["accepted_at", "2017-07-06 02:45:51.795492"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "queen@ricedoyle.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "queen@ricedoyle.net"], ["remember_token", "97bc856f2cc02cfcda520dd06c0934d7b6480281"], ["accepted_at", "2017-07-06 02:45:51.827471"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "judy@kunzezboncak.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "judy@kunzezboncak.name"], ["remember_token", "a09564a0af4789a267577826297536afb9d49c7f"]]  (1.7ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mathias@kovacekbednar.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "mathias@kovacekbednar.io"], ["remember_token", "c8e7207a4476dc06cec9e1f5fa8ea5b0aeac65df"], ["banned_at", "2017-07-06 02:45:51.839906"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roma@casperbosco.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "roma@casperbosco.info"], ["remember_token", "3fb6e05fbce2372942dba516e9964a2cdc1d1f29"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aunta.littel@bogisich.com"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aunta.littel@bogisich.com"], ["remember_token", "2b3c7554f34ec4e6e0ea07c57e5eb6dd0849f8cf"], ["accepted_at", "2017-07-06 02:45:51.857866"]]  (1.7ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.8ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haleigh_crona@harber.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "haleigh_crona@harber.co"], ["remember_token", "5be3b0290c3ed865949327c3bde0be0f18effb60"], ["accepted_at", "2017-07-06 02:45:51.878209"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelli_upton@labadiefriesen.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kelli_upton@labadiefriesen.biz"], ["remember_token", "847d4acbae76d54dc59b084f9dc3133f2e14701e"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leilani@denesik.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "leilani@denesik.name"], ["remember_token", "f95a7dc767a04f6ad5808f71c8c77915d2e5d4d6"], ["banned_at", "2017-07-06 02:45:51.890597"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kim@rogahnfeest.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kim@rogahnfeest.biz"], ["remember_token", "92d4a4f2569077a8219ea52f8bd6a95ea25ea171"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jackeline@marvingutkowski.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jackeline@marvingutkowski.org"], ["remember_token", "c222adf12514ad223d5110ef95576c9a6ba17819"], ["accepted_at", "2017-07-06 02:45:51.897314"]]  (2.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenyatta_balistreri@swiftcollins.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kenyatta_balistreri@swiftcollins.com"], ["remember_token", "a7fa4081a0d15a0434c300cf9047a54a00465a8f"], ["accepted_at", "2017-07-06 02:45:51.928664"]]  (2.4ms) commit transaction  (0.1ms) begin transaction User Exists (9.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hudson@zemlak.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hudson@zemlak.net"], ["remember_token", "499b3c94e105aa40db80de94be1ad9202656aeb7"]]  (3.1ms) commit transaction  (0.2ms) begin transaction User Exists (1.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilford.jenkins@schaefermacejkovic.biz"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "wilford.jenkins@schaefermacejkovic.biz"], ["remember_token", "d1229e017e02ab6516728188bc547099636be119"], ["banned_at", "2017-07-06 02:45:51.968093"]]  (2.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adolfo.gerhold@schultz.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adolfo.gerhold@schultz.net"], ["remember_token", "3ca2568426314e25c02da0c9595d87fde6904f32"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "letha@goldnerkris.io"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "letha@goldnerkris.io"], ["remember_token", "939c6aaff7e6aff0e68db84b9b74abb325f74112"], ["accepted_at", "2017-07-06 02:45:51.995129"]]  (2.5ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "al@schroeder.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "al@schroeder.org"], ["remember_token", "9f367e450d0eace3726d73e5c03b6ad644b6587c"]]  (1.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "al@schroeder.org"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "AL@SCHROEDER.ORG"], ["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allene@osinski.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "allene@osinski.biz"], ["remember_token", "3364f806bac00fd4280e53889e687829b9eacd7b"]]  (1.0ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (1.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexander@collinsabshire.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tom.kertzmann@wiegand.name"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "blanca@hahn.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winona_waters@rolfson.biz"], ["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nigel.armstrong@ohara.io"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nigel.armstrong@ohara.io"], ["remember_token", "37570b7ca647813d9af06122b29dad07bfefda98"], ["accepted_at", "2017-07-06 02:45:52.140370"]]  (2.3ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moises_lindgren@nader.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "moises_lindgren@nader.io"], ["remember_token", "9fc68304a046ec8b76ab1cd38940a470488ebc16"], ["accepted_at", "2017-07-06 02:45:52.171898"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "violette_zboncak@sipesnienow.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "violette_zboncak@sipesnienow.org"], ["remember_token", "d84d89d23de2d97b2f88fa4189e5b337545f3535"], ["banned_at", "2017-07-06 02:45:52.219610"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aric@moriettehills.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "aric@moriettehills.com"], ["remember_token", "c1105e867ff1f29f78f9153bcc31ab2cacd76f23"], ["banned_at", "2017-07-06 02:45:52.243657"]]  (0.9ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (1.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (5.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.5ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (2.5ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paolo.pollich@rath.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paolo.pollich@rath.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "paolo.pollich@rath.net"], ["remember_token", "f373e3ff8bbb0c69d6291ffa64c53290ef3b3175"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "paolo.pollich@rath.net"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:01.521939"], ["accepted_at", "2017-07-06 02:47:01.522528"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 41ms (ActiveRecord: 4.8ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f373e3ff8bbb0c69d6291ffa64c53290ef3b3175"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezequiel_reynolds@auerparisian.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezequiel_reynolds@auerparisian.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ezequiel_reynolds@auerparisian.org"], ["remember_token", "32bc8602dc5714281b48251f515d5dac7524d03f"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ezequiel_reynolds@auerparisian.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:01.546343"], ["accepted_at", "2017-07-06 02:47:01.546724"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "32bc8602dc5714281b48251f515d5dac7524d03f"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 13ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (3.4ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "savion@pacocha.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "savion@pacocha.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "savion@pacocha.io"], ["remember_token", "80fa9989cb327d0a4b7ae1fb9260d66367b24068"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "savion@pacocha.io"], ["id", 1], ["LIMIT", 1]] SQL (0.9ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:01.591661"], ["accepted_at", "2017-07-06 02:47:01.591990"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 3.8ms)  (0.3ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kim.gleason@kihn.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kim.gleason@kihn.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kim.gleason@kihn.name"], ["remember_token", "06a3741242688d1eb81df389c8301bc0abaaa022"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kim.gleason@kihn.name"], ["id", 1], ["LIMIT", 1]] SQL (2.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:01.613121"], ["accepted_at", "2017-07-06 02:47:01.614426"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 26ms (ActiveRecord: 9.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianna.langosh@rippinnader.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianna.langosh@rippinnader.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "georgianna.langosh@rippinnader.co"], ["remember_token", "e9542953862a66d23dc119c2bb5920e92e31e66c"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "georgianna.langosh@rippinnader.co"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:01.661472"], ["accepted_at", "2017-07-06 02:47:01.661824"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 2.9ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefan@zieme.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefan@zieme.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stefan@zieme.org"], ["remember_token", "874a605bacac47f7c25b3b42a3a06d96158db0c0"]]  (2.9ms) commit transaction  (0.5ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "stefan@zieme.org"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 22ms (ActiveRecord: 5.4ms)  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trisha_pacocha@emmerich.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trisha_pacocha@emmerich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "trisha_pacocha@emmerich.info"], ["remember_token", "8e68f34d12df670c1716a9e7f594e69fdd4ddf0c"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "trisha_pacocha@emmerich.info"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 20ms (ActiveRecord: 2.6ms)  (0.4ms) SELECT COUNT(*) FROM "users"  (1.8ms) PRAGMA foreign_keys  (1.0ms) PRAGMA foreign_keys = OFF  (5.9ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'users';  (4.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (8.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (2.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (10.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (24.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pauline@davis.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (9.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anna@veum.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anna@veum.net"], ["remember_token", "0695639ea6c683be504872e3931b8d5f02e4fce0"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anna@veum.net"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ANNA@VEUM.NET"], ["LIMIT", 1]]  (0.6ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephon.graham@pagac.io"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stephon.graham@pagac.io"], ["remember_token", "f6cdfe3943077f4b59e0c886c6f0d2d922462f6f"]]  (1.5ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (8.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kolby_denesik@willms.net"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aubree_hermann@hickleyundt.biz"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (6.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmitt@willmsrosenbaum.io"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) PRAGMA foreign_keys = 1 User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenna@daughertyconnelly.info"], ["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (11.0ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allen@farrell.info"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jed.roob@herzog.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "jed.roob@herzog.io"], ["remember_token", "d5d4002456c0b54a071f550703fd1ec17c009daa"], ["logged_in_count", 8], ["last_logged_in_at", "2017-07-06 02:47:02.182893"], ["accepted_at", "2017-07-06 02:47:02.183239"]]  (1.9ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "flavio@cole.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "flavio@cole.net"], ["remember_token", "e442c23a4162ceb3a238c1c6eb56d6603ded92e1"], ["logged_in_count", 3], ["last_logged_in_at", "2017-07-06 02:47:02.213617"], ["accepted_at", "2017-07-06 02:47:02.213811"]]  (1.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "curt@yostjerde.info"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "curt@yostjerde.info"], ["remember_token", "340a08adafbaedad977e8cd9bfebff9ebf5e9850"]]  (3.6ms) commit transaction  (0.5ms) PRAGMA foreign_keys  (0.8ms) PRAGMA foreign_keys = OFF  (5.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (4.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tina@hanemclaughlin.name"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "tina@hanemclaughlin.name"], ["remember_token", "65d899a59117dbb38f7e5abc4438435797867da1"], ["banned_at", "2017-07-06 02:47:02.379340"]]  (2.0ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonia.zboncak@dare.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "antonia.zboncak@dare.net"], ["remember_token", "87f1a4d64c1fbadc904e762838f62c0126bfa13c"], ["banned_at", "2017-07-06 02:47:02.422128"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angus@stokes.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "angus@stokes.name"], ["remember_token", "f4bb82b8cea4c3319ae1cfcdaf7a4c5e62b4e0f3"], ["accepted_at", "2017-07-06 02:47:02.448990"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dedric.breitenberg@bechtelarkiehn.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dedric.breitenberg@bechtelarkiehn.name"], ["remember_token", "e10842802b4a73088013ac2ffae1d32d87eac9b8"], ["accepted_at", "2017-07-06 02:47:02.460556"]]  (1.9ms) commit transaction  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "layne@stromansawayn.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "layne@stromansawayn.name"], ["remember_token", "45815c1598678a67cab2bd6a74d628a58166689d"], ["accepted_at", "2017-07-06 02:47:02.489824"]]  (3.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evans.gorczany@mcglynn.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "evans.gorczany@mcglynn.io"], ["remember_token", "54535368dbcdc8bc4cae5dba46b081689cf2d86d"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arvel@eichmann.net"], ["LIMIT", 1]] SQL (2.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "arvel@eichmann.net"], ["remember_token", "e06e8c78befd92a97e75a8ddc8742714ba8b0dac"], ["banned_at", "2017-07-06 02:47:02.513627"]]  (4.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lula@marks.info"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lula@marks.info"], ["remember_token", "b6299e8bc9208f92e21a2eb2516d592ec1ce78b3"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (1.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denis_block@schumm.io"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "denis_block@schumm.io"], ["remember_token", "8c2bff86275f33fa7c2c53447c9944f11b72a4bc"], ["accepted_at", "2017-07-06 02:47:02.556760"]]  (2.5ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.2ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gianni_mitchell@bahringer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gianni_mitchell@bahringer.biz"], ["remember_token", "a05a0fbf302647dda2bb64b7b646b326ae263c5a"], ["accepted_at", "2017-07-06 02:47:02.602609"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rubie@schoen.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rubie@schoen.co"], ["remember_token", "372b3ea85f3f9a2f953253f9990f216864e65e22"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trent@wintheiser.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "trent@wintheiser.co"], ["remember_token", "accf174d89400801e71b25e4cf9d49defbe931f7"], ["banned_at", "2017-07-06 02:47:02.623368"]]  (2.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cory@bayer.co"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cory@bayer.co"], ["remember_token", "3a92b2fa212276b9f50794593fd6a01b8f2d0a2c"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephany@walsh.net"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "stephany@walsh.net"], ["remember_token", "e5d16d1ce3a8c0076e475075d924e56ce5789986"], ["accepted_at", "2017-07-06 02:47:02.645785"]]  (5.3ms) commit transaction User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lance_ruecker@durganmaggio.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lance_ruecker@durganmaggio.biz"], ["remember_token", "4153d3c33b272d9802236896f7ad3c32c0fee8ef"], ["accepted_at", "2017-07-06 02:47:02.697726"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cicero.armstrong@murray.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cicero.armstrong@murray.io"], ["remember_token", "5a50babec158991cf28d799cf7abbca67958017c"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cesar@ankunding.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "cesar@ankunding.name"], ["remember_token", "b9bbc1d887844790ede759b1054dd67dd6e8a701"], ["banned_at", "2017-07-06 02:47:02.707835"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (3.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ryleigh.satterfield@purdy.info"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ryleigh.satterfield@purdy.info"], ["remember_token", "f248e6bcb87d8f5cc8dc791e54c2eb7a38f20f7d"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jennings.hayes@maggio.net"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jennings.hayes@maggio.net"], ["remember_token", "79c3c46683197731bdaf5f7c6edb6504539e1d8e"], ["accepted_at", "2017-07-06 02:47:02.736873"]]  (1.9ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "phoebe.hauck@hirthe.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "phoebe.hauck@hirthe.name"], ["remember_token", "57d198a9a2ea063478ee7e4bf3cd8cd90067755d"], ["accepted_at", "2017-07-06 02:47:02.764332"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madaline@schuster.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "madaline@schuster.org"], ["remember_token", "fce0db83db0c1b3d22e058d429b2cfeb7eddd895"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenzo_leffler@durgan.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lorenzo_leffler@durgan.org"], ["remember_token", "4aa1bb7de3a594398ff98c7c6ca62440569b0a13"], ["banned_at", "2017-07-06 02:47:02.774897"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laila.kirlin@sipeszulauf.com"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "laila.kirlin@sipeszulauf.com"], ["remember_token", "c35d6b5131b32e47dc732e4a7851d21c45322c6c"]]  (2.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sven@lindgrenleffler.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sven@lindgrenleffler.co"], ["remember_token", "65339c55b7e2770813cb56b6059de434c9831868"], ["accepted_at", "2017-07-06 02:47:02.794812"]]  (1.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "micheal_considine@moen.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "micheal_considine@moen.io"], ["remember_token", "4c4387aa3e4673150c5b5b9477afa325d73a6950"], ["accepted_at", "2017-07-06 02:47:02.811156"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ewell@stehrlynch.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ewell@stehrlynch.info"], ["remember_token", "db0ae73a1fb2b8332f31290b425ded55aff81587"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fredrick@okuneva.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "fredrick@okuneva.net"], ["remember_token", "afc7d0b29af56c6aa20c7717cd381fe42b5fe4df"], ["banned_at", "2017-07-06 02:47:02.824159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "xander@bergnaumheller.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "xander@bergnaumheller.io"], ["remember_token", "f36e71cc8637e4276caff422d833facaeca5e781"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "matilda_olson@ryan.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "matilda_olson@ryan.biz"], ["remember_token", "058cda16d0fd976fd290f50e220aa5b3bc8d37fa"], ["accepted_at", "2017-07-06 02:47:02.836222"]]  (0.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (5.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theo@ohara.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "theo@ohara.biz"], ["remember_token", "c9b4a2f666f85d71cae5d01f902c374e69b7429a"], ["accepted_at", "2017-07-06 02:47:02.852950"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nadia_stehr@gottlieb.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nadia_stehr@gottlieb.com"], ["remember_token", "018a15dccd6e74ef2338c972f22c7b2873c9c009"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bradford@wuckertrath.com"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bradford@wuckertrath.com"], ["remember_token", "7c58485b336cf07d0145a78973e27c448b37c0df"], ["banned_at", "2017-07-06 02:47:02.863161"]]  (4.9ms) commit transaction  (0.5ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mathilde@daughertyjakubowski.info"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mathilde@daughertyjakubowski.info"], ["remember_token", "93206717df5e884d1e3d81df2980d10b1784515c"]]  (2.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jovan_torphy@townejones.name"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jovan_torphy@townejones.name"], ["remember_token", "c3c21d501cd20c68efc77cea2425a5314daa5024"], ["accepted_at", "2017-07-06 02:47:02.896804"]]  (4.5ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erwin.jast@thiel.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "erwin.jast@thiel.net"], ["remember_token", "6794d0b377c509cdf40859bf8ea6852363530701"], ["accepted_at", "2017-07-06 02:47:02.917132"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orville@donnelly.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "orville@donnelly.biz"], ["remember_token", "cd3a9bcc1a0d7c5644ebbefd575a5ccde2e656c1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "baylee@ritchie.net"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "baylee@ritchie.net"], ["remember_token", "0daea0d464a6322b5a2ab5af7d4c5cda20aca2d8"], ["banned_at", "2017-07-06 02:47:02.925117"]]  (1.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kale_lindgren@swaniawski.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kale_lindgren@swaniawski.biz"], ["remember_token", "21a20cf2a391d374622eb0a1bb49e60f815dfd68"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randy@emard.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "randy@emard.com"], ["remember_token", "39634b2f6c0a7f8e0d10249ab3fc15e2275dae9f"], ["accepted_at", "2017-07-06 02:47:02.938988"]]  (0.9ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.0ms) DELETE FROM sqlite_sequence where name = 'users';  (5.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarret_bogan@barrowsmarvin.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jarret_bogan@barrowsmarvin.net"], ["remember_token", "7a5fec12a0e6cf9d8f2565075d8b42cbe14afc73"], ["accepted_at", "2017-07-06 02:47:02.980140"]]  (3.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vivian.mckenzie@fritschgoodwin.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vivian.mckenzie@fritschgoodwin.com"], ["remember_token", "da0dd0d875a84816c8be78ec1e007cbe88009d53"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ethyl@ankunding.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ethyl@ankunding.net"], ["remember_token", "2c42f19cf86f68a958353e27f9d21f3c60cd025b"], ["banned_at", "2017-07-06 02:47:03.008279"]]  (1.0ms) commit transaction  (0.5ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elyse_kaulke@cruickshank.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elyse_kaulke@cruickshank.info"], ["remember_token", "d1b07b8a1da42718958e74eacadeb27e72894f58"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dana.schulist@prohaska.io"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dana.schulist@prohaska.io"], ["remember_token", "1526330b6d0f52669827d7247ba0c00898ab4eaf"], ["accepted_at", "2017-07-06 02:47:03.034854"]]  (4.1ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tiara@nikolauskeeling.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tiara@nikolauskeeling.biz"], ["remember_token", "262978add75ac8a1941a9921e2d83215976179ef"], ["accepted_at", "2017-07-06 02:47:03.081238"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monica@townemccullough.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "monica@townemccullough.org"], ["remember_token", "efa009b13696ce76df2b989f1fa5ea6b3bf1904a"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buster@auer.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "buster@auer.net"], ["remember_token", "a594d609de005dbc2ec54405e180d2931bbf6785"], ["banned_at", "2017-07-06 02:47:03.095588"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alayna.haley@vandervort.net"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alayna.haley@vandervort.net"], ["remember_token", "674b3f6783a710bba9ea7bd7ce8bc4497811d389"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tomas_zieme@smith.com"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tomas_zieme@smith.com"], ["remember_token", "118785aa4fb37bfa7a6c7655aee84b1ccc09788a"], ["accepted_at", "2017-07-06 02:47:03.124160"]]  (2.5ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.6ms)  (0.3ms) PRAGMA foreign_keys  (4.3ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.5ms)  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "griffin@heaney.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "griffin@heaney.info"], ["remember_token", "53be3e8a8745a02a8480d4f0b7b6693375fdda41"]]  (4.3ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 43ms (Views: 27.8ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vivienne.kreiger@gulgowskicollins.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vivienne.kreiger@gulgowskicollins.io"], ["remember_token", "79e31bf4502d27253f64768c4c40abb6b2f77308"]]  (8.2ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (5.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 344ms (Views: 339.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francesco@auer.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francesco@auer.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "francesco@auer.name"], ["remember_token", "f90e01e83460e55ca1544fc7ce28525195c49ab3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "francesco@auer.name"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:03.751250"], ["accepted_at", "2017-07-06 02:47:03.751612"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f90e01e83460e55ca1544fc7ce28525195c49ab3"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "f90e01e83460e55ca1544fc7ce28525195c49ab3"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estel@schneider.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "estel@schneider.io"], ["remember_token", "2e6770ae93970fe0dfddba12caaffb3ca11ae064"], ["accepted_at", "2017-07-06 02:47:03.793894"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estel@schneider.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "estel@schneider.io"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:47:03.816068"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:47:03.816908"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 12ms (ActiveRecord: 2.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "2e6770ae93970fe0dfddba12caaffb3ca11ae064"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 21ms (Views: 13.9ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederik.gerhold@erdmanorn.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "frederik.gerhold@erdmanorn.info"], ["remember_token", "5760093e7281f8b80573adfd8dec5ed1f19f051a"], ["banned_at", "2017-07-06 02:47:03.878993"]]  (3.0ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (1.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 1.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederik.gerhold@erdmanorn.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "frederik.gerhold@erdmanorn.info"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:03 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.3ms)  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:04 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:04 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:04 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leann@collierwitting.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leann@collierwitting.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leann@collierwitting.io"], ["remember_token", "358fff644be4acb8fe676ba192bccaee5fbcba44"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "leann@collierwitting.io"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:04.042911"], ["accepted_at", "2017-07-06 02:47:04.043492"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 15ms (ActiveRecord: 6.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:04 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "358fff644be4acb8fe676ba192bccaee5fbcba44"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.2ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) PRAGMA foreign_keys = 1  (1.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (5.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darron.bernier@hamill.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "darron.bernier@hamill.net"], ["remember_token", "90ed60eb2a78489a1cdc44945af2ffb90e44ee3f"]]  (1.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 12ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (10.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shea@waters.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shea@waters.biz"], ["remember_token", "31fb41cf4b7601ee85a458a20736da7e49dfff88"]]  (1.3ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christy@walkerlittle.io"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claudine@douglas.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "claudine@douglas.name"], ["remember_token", "e6ca7e344221bea7eced505eb504ad1c691878fc"], ["accepted_at", "2017-07-06 02:47:08.599766"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samson.tillman@mcdermott.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "samson.tillman@mcdermott.net"], ["remember_token", "0fcaf27e667cb3e2aedd5000b1a7f6f47881c0d1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gabrielle_erdman@dickinsonstracke.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gabrielle_erdman@dickinsonstracke.name"], ["remember_token", "f27a411e5a188f1a18bdf04387ccbf1258450980"], ["banned_at", "2017-07-06 02:47:08.607095"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarvis@rowefeest.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jarvis@rowefeest.net"], ["remember_token", "db853fc02391e6ba15190ecbe5ee85a280ad9f05"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haan@jones.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "haan@jones.co"], ["remember_token", "d1ada17ad8d544d249486daf86dc5fda75f4499b"], ["accepted_at", "2017-07-06 02:47:08.614294"]]  (1.2ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noble@schusterlittle.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "noble@schusterlittle.co"], ["remember_token", "4fb6ff72bf25f928a46cfb146872a9000c43d0ce"], ["accepted_at", "2017-07-06 02:47:08.635930"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernie@walterhauck.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ernie@walterhauck.info"], ["remember_token", "5db60a8fa1ab7bc9b0be5fdd9bf8ecc694de4d7a"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "braulio@kaulke.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "braulio@kaulke.co"], ["remember_token", "abf636dc334daa30aae448078ab878a603f66b0f"], ["banned_at", "2017-07-06 02:47:08.643487"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amir@bahringersipes.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "amir@bahringersipes.biz"], ["remember_token", "f8245150714c38f96709207769830b29d02abff4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myra_glover@ankunding.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "myra_glover@ankunding.co"], ["remember_token", "24a4656f6c38b376580ad576c711301bc6a48770"], ["accepted_at", "2017-07-06 02:47:08.656402"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.2ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abelardo.kovacek@jones.name"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "abelardo.kovacek@jones.name"], ["remember_token", "e1cd84afb15c8c8d761afd7cb10fdb368edb4916"], ["accepted_at", "2017-07-06 02:47:08.685891"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tina@kuphaljaskolski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tina@kuphaljaskolski.com"], ["remember_token", "3122b5aaba8964642383ba60d2f9dd5cb6f31a14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arlie@gleichner.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "arlie@gleichner.net"], ["remember_token", "418dc192c9c92065efba28e995176710cee098d0"], ["banned_at", "2017-07-06 02:47:08.708021"]]  (1.9ms) commit transaction  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "holden_quitzon@dietrich.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "holden_quitzon@dietrich.name"], ["remember_token", "29141760d4c2c37557dac310b756af6c8e6025cf"]]  (2.0ms) commit transaction  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angus@roberts.net"], ["LIMIT", 1]] SQL (3.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "angus@roberts.net"], ["remember_token", "db465065e5c406d829e5c5c0618ab4bdb0619424"], ["accepted_at", "2017-07-06 02:47:08.732051"]]  (3.1ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adolfo@schowalterkovacek.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adolfo@schowalterkovacek.co"], ["remember_token", "55bfd66f6af32de0f27da9caa8b33e462c8e689d"], ["accepted_at", "2017-07-06 02:47:08.779245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eryn@mooreferry.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eryn@mooreferry.info"], ["remember_token", "6fc42e0129d5a8ea3a6c4c84ed9b609d2225a368"]]  (3.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marilou_bogisich@schuster.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marilou_bogisich@schuster.net"], ["remember_token", "342129e19b82b55ed2188d1954ee29df54c349de"], ["banned_at", "2017-07-06 02:47:08.798766"]]  (2.1ms) commit transaction  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mercedes@stamm.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mercedes@stamm.name"], ["remember_token", "9df6180e94705dcaf9f0736b2eac7a6f7937a35f"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joaquin_hilll@gislason.net"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "joaquin_hilll@gislason.net"], ["remember_token", "e98b145807ba08557386f5fa405471951613aaab"], ["accepted_at", "2017-07-06 02:47:08.821088"]]  (3.1ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawn_leuschke@runtestark.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shawn_leuschke@runtestark.net"], ["remember_token", "b9d55534c03ae74d7b3196ae6feb184fe689e2d6"], ["accepted_at", "2017-07-06 02:47:08.850945"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keshaun_huels@howe.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keshaun_huels@howe.net"], ["remember_token", "2baa5e22df5e8b9b2cb6138017f576caac40b6c1"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marilie_rau@hirthe.net"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marilie_rau@hirthe.net"], ["remember_token", "af340348f641e62be2635f3ed06092dd73746b86"], ["banned_at", "2017-07-06 02:47:08.863890"]]  (8.0ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dane@erdmankaulke.name"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dane@erdmankaulke.name"], ["remember_token", "9f6ef414f19cf2d68bb6cae00be8b0af1118790e"]]  (2.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waldo_marquardt@hauckmacgyver.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "waldo_marquardt@hauckmacgyver.net"], ["remember_token", "b075abd6ebaf7e1252314ebca0a8119bbbef9603"], ["accepted_at", "2017-07-06 02:47:08.900720"]]  (11.8ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "avery.koepp@volkmanbecker.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "avery.koepp@volkmanbecker.org"], ["remember_token", "fc96a0fe482ac9398a40c96d402d697005ce00ae"], ["accepted_at", "2017-07-06 02:47:08.931111"]]  (1.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ervin.collier@runolfon.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ervin.collier@runolfon.com"], ["remember_token", "e98e0035d333ed4fcdd817b47a27f0b1a9b2757d"]]  (2.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrell@corkery.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "terrell@corkery.io"], ["remember_token", "f8b679b1c89cad5017d45aa62c95b188ac2ba241"], ["banned_at", "2017-07-06 02:47:08.964072"]]  (1.7ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonina@feeneygrady.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "antonina@feeneygrady.info"], ["remember_token", "57c5bf63e832cc2e458428a4624820f541a31a7f"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jensen@mante.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jensen@mante.biz"], ["remember_token", "32904ef4b3cddb2b24e26f6ec0410b5dc87076ae"], ["accepted_at", "2017-07-06 02:47:08.986500"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (3.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hailee@rice.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hailee@rice.org"], ["remember_token", "d221bed37bb0a15845f0e64bb9b7bb50ab9f84c4"], ["accepted_at", "2017-07-06 02:47:09.001561"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryce_rempel@quitzon.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bryce_rempel@quitzon.net"], ["remember_token", "0a620a04e31c4c1f79d09ddd76c3659901028546"]]  (2.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joe.schuppe@jenkins.com"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "joe.schuppe@jenkins.com"], ["remember_token", "3a4b6fcc47864d8e17da0407dae63949008d31cb"], ["banned_at", "2017-07-06 02:47:09.014309"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (1.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcella@spencer.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marcella@spencer.biz"], ["remember_token", "41d5849947b1bb9cf350c0cc41570cf9f92e34ea"]]  (3.8ms) commit transaction  (0.6ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bartholome@herzogmertz.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bartholome@herzogmertz.name"], ["remember_token", "2f97f1ec2f808e34c7ee230129817d9c47b64993"], ["accepted_at", "2017-07-06 02:47:09.046843"]]  (1.8ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "napoleon.nolan@stoltenberg.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "napoleon.nolan@stoltenberg.net"], ["remember_token", "fe14c91dc10e5c83b6f291ae12e9a6727ab9a789"], ["accepted_at", "2017-07-06 02:47:09.083263"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kamille_murray@rueckerstreich.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kamille_murray@rueckerstreich.com"], ["remember_token", "9aaf86c77ecf040d3eb7b69848f162b7054043f3"]]  (2.0ms) commit transaction  (0.4ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lora.tremblay@schuppe.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lora.tremblay@schuppe.info"], ["remember_token", "6b3b8f33c3f23d028e739a9f38cb93fd0b9ae58c"], ["banned_at", "2017-07-06 02:47:09.099635"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmo_maggio@blanda.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elmo_maggio@blanda.com"], ["remember_token", "f1b5f8e0fe1103a2f47bd3985e0152fbbbf1d615"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joseph.kertzmann@armstrong.biz"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "joseph.kertzmann@armstrong.biz"], ["remember_token", "f97ab89ad92375427dc0ecb3736610a537c5da77"], ["accepted_at", "2017-07-06 02:47:09.120353"]]  (3.3ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly@wunsch.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lesly@wunsch.io"], ["remember_token", "62b202d067e5a1fc8f1861ecc1a41d5781c463a2"], ["accepted_at", "2017-07-06 02:47:09.145239"]]  (4.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natalia.morar@smith.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "natalia.morar@smith.io"], ["remember_token", "0affa361b91dfd0e387405f52854a7e2cd745d61"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lisandro_yost@bode.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lisandro_yost@bode.com"], ["remember_token", "31872fc8038a5c3807b7cdcb82cbc20819cd4981"], ["banned_at", "2017-07-06 02:47:09.156689"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rowland_yundt@ward.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rowland_yundt@ward.com"], ["remember_token", "8aa75624ff9c86966e05cbaa1a1c0cea47911cc1"]]  (2.3ms) commit transaction  (0.4ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lamar@rohan.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lamar@rohan.com"], ["remember_token", "ba3957f360b154761c503057550ba75a0c82d5d2"], ["accepted_at", "2017-07-06 02:47:09.180852"]]  (2.5ms) commit transaction User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alba@douglas.org"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alivia_halvorson@mosciski.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "alivia_halvorson@mosciski.biz"], ["remember_token", "c85802a910cfc23cf6c0e7afa818eef9356ca479"], ["logged_in_count", 8], ["last_logged_in_at", "2017-07-06 02:47:09.239506"], ["accepted_at", "2017-07-06 02:47:09.239721"]]  (2.3ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.5ms) DELETE FROM sqlite_sequence where name = 'users';  (4.7ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezequiel_klocko@fisher.net"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "ezequiel_klocko@fisher.net"], ["remember_token", "658bc05361c16c9be2e05e86fb40a595c40ff710"], ["logged_in_count", 3], ["last_logged_in_at", "2017-07-06 02:47:09.271582"], ["accepted_at", "2017-07-06 02:47:09.272007"]]  (2.2ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "connie@murrayoreilly.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "connie@murrayoreilly.io"], ["remember_token", "98a7100d47247491ffeb036db17861cbe30dbb84"], ["accepted_at", "2017-07-06 02:47:09.319319"]]  (2.1ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'users';  (13.6ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melia.wilkinson@mayert.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "melia.wilkinson@mayert.co"], ["remember_token", "cf0cbc1b80b9c0d418a5680cd39e8d3c048aff07"], ["accepted_at", "2017-07-06 02:47:09.363702"]]  (2.9ms) commit transaction  (0.5ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (6.7ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.5ms) DELETE FROM sqlite_sequence where name = 'users';  (15.2ms) DELETE FROM "ar_internal_metadata";  (4.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (18.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (6.3ms) DELETE FROM "users";  (2.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (17.9ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (2.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (4.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (5.0ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorothy@gislason.info"], ["LIMIT", 1]]  (1.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (5.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keanu.howe@marquardt.com"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "humberto.jacobson@runolfsdottir.info"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "uriah_moriette@hane.co"], ["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luna@hayes.com"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "luna@hayes.com"], ["remember_token", "af41402d9ac74354ee6d9d2f87c2d710bf657748"]]  (1.8ms) commit transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estefania@hand.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "estefania@hand.io"], ["remember_token", "3faa110a8039b594fc0c5410d2d08c37a013c3c0"]]  (9.3ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estefania@hand.io"], ["LIMIT", 1]] User Exists (1.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ESTEFANIA@HAND.IO"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (9.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zechariah@morarjaskolski.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "zechariah@morarjaskolski.org"], ["remember_token", "3dc237e143a6d99dd2ad04c6f0eb3d9e8313e6e9"], ["banned_at", "2017-07-06 02:47:09.875152"]]  (2.0ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaime_johnson@herzog.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jaime_johnson@herzog.biz"], ["remember_token", "66683eff6732cb9af370ac11555958a22b9759c6"], ["banned_at", "2017-07-06 02:47:09.890577"]]  (1.2ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aimee_gislason@upton.biz"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "aimee_gislason@upton.biz"], ["remember_token", "54a72c7975da112b3de2a86bccb738b9645875db"]]  (1.8ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lacey@funkshields.org"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lacey@funkshields.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lacey@funkshields.org"], ["remember_token", "cea36e7ca5c3288b842dc2baff50cf52183101c0"]]  (3.4ms) commit transaction  (0.4ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "lacey@funkshields.org"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:09.988006"], ["accepted_at", "2017-07-06 02:47:09.989938"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 62ms (ActiveRecord: 10.1ms)  (0.4ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jana_pollich@marks.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jana_pollich@marks.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jana_pollich@marks.io"], ["remember_token", "9ba734769a646deecb83022cd5486883da5053e5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jana_pollich@marks.io"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.034810"], ["accepted_at", "2017-07-06 02:47:10.035154"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 11ms (ActiveRecord: 3.5ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nyah_leannon@rice.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nyah_leannon@rice.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nyah_leannon@rice.co"], ["remember_token", "4c816d69b218b899da71219629dcaf3c06b46896"]]  (1.9ms) commit transaction  (0.4ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "nyah_leannon@rice.co"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.063864"], ["accepted_at", "2017-07-06 02:47:10.065101"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 28ms (ActiveRecord: 7.9ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "retha@mayert.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "retha@mayert.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "retha@mayert.net"], ["remember_token", "02b26781d3af736432d9daff33a9565350341825"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "retha@mayert.net"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 12ms (ActiveRecord: 1.7ms)  (0.4ms) SELECT COUNT(*) FROM "users"  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrick.conroy@tromp.com"], ["LIMIT", 1]]  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrick.conroy@tromp.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "garrick.conroy@tromp.com"], ["remember_token", "f7ee0b108f0af42cbf3c82ea2b49bea2e58ee938"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "garrick.conroy@tromp.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 30ms (ActiveRecord: 4.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaina_yost@crist.name"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaina_yost@crist.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shaina_yost@crist.name"], ["remember_token", "c71c669626058f817a1feaff17c197232788d6d9"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "shaina_yost@crist.name"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.194554"], ["accepted_at", "2017-07-06 02:47:10.194976"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 16ms (ActiveRecord: 5.1ms) Processing by Genkan::SessionsController#destroy as HTML User Load (1.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c71c669626058f817a1feaff17c197232788d6d9"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edwin@jacobs.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edwin@jacobs.info"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "edwin@jacobs.info"], ["remember_token", "438a11fd1171c9afc61ed868f5485ad2519626c5"]]  (2.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "edwin@jacobs.info"], ["id", 1], ["LIMIT", 1]] SQL (2.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.251971"], ["accepted_at", "2017-07-06 02:47:10.252875"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 44ms (ActiveRecord: 11.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "438a11fd1171c9afc61ed868f5485ad2519626c5"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 16ms (ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 7ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (3.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 275ms (Views: 271.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estell@jaskolski.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estell@jaskolski.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "estell@jaskolski.com"], ["remember_token", "5e499d0f9964a4d418ec6f681efb0ed4d4d513b2"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "estell@jaskolski.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.643917"], ["accepted_at", "2017-07-06 02:47:10.644372"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 9ms (ActiveRecord: 3.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5e499d0f9964a4d418ec6f681efb0ed4d4d513b2"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5e499d0f9964a4d418ec6f681efb0ed4d4d513b2"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trystan_waelchi@coleoreilly.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "trystan_waelchi@coleoreilly.biz"], ["remember_token", "bd738d13e95d818179e85a8170aa4af5cc81dba6"], ["banned_at", "2017-07-06 02:47:10.684706"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trystan_waelchi@coleoreilly.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "trystan_waelchi@coleoreilly.biz"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rebecca@von.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rebecca@von.info"], ["remember_token", "b6c3addf91da9819c0361efaf45e1631595eac98"], ["accepted_at", "2017-07-06 02:47:10.733407"]]  (0.7ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rebecca@von.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "rebecca@von.info"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:47:10.788468"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:47:10.790718"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 25ms (ActiveRecord: 3.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "b6c3addf91da9819c0361efaf45e1631595eac98"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 33ms (Views: 27.6ms | ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leatha_damore@jakubowski.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leatha_damore@jakubowski.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leatha_damore@jakubowski.org"], ["remember_token", "c940379e58af892ef9fd22fdbaee3492f31bdea4"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "leatha_damore@jakubowski.org"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:10.912291"], ["accepted_at", "2017-07-06 02:47:10.912641"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 16ms (ActiveRecord: 4.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:10 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c940379e58af892ef9fd22fdbaee3492f31bdea4"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.2ms)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (5.0ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (1.0ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.8ms) DELETE FROM "ar_internal_metadata";  (2.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (8.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.9ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (5.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.6ms) PRAGMA foreign_keys = 1  (1.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mikayla_effertz@ward.info"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmet_dibbert@mertz.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emmet_dibbert@mertz.io"], ["remember_token", "4e17a532d5f8a5bd3333628fa1cc6c61d8c24c18"], ["accepted_at", "2017-07-06 02:47:15.221578"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kennith_keler@lubowitzschaefer.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kennith_keler@lubowitzschaefer.biz"], ["remember_token", "82a2d012a95c69b4649a93878df6478700b64394"], ["accepted_at", "2017-07-06 02:47:15.230220"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isom_kuphal@spinka.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "isom_kuphal@spinka.info"], ["remember_token", "bd05f211517451d2ca986b811bbefcd8fa906d59"], ["banned_at", "2017-07-06 02:47:15.238513"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (9.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janis.johns@lubowitzbogan.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "janis.johns@lubowitzbogan.info"], ["remember_token", "f35a94f8efe5fcc615eab954bfe1e9ceec978b7b"], ["banned_at", "2017-07-06 02:47:15.256191"]]  (3.4ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anahi_romaguera@heathcote.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anahi_romaguera@heathcote.co"], ["remember_token", "6a1cd5556fe2f5c9f6121e755cbcbf4559f1e225"]]  (1.0ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lera.kunde@jacobson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "lera.kunde@jacobson.name"], ["remember_token", "e1bdb7250809ecc2ae68de21b3d524d60022916d"], ["logged_in_count", 19], ["last_logged_in_at", "2017-07-06 02:47:15.340978"], ["accepted_at", "2017-07-06 02:47:15.341687"]]  (1.2ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (9.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmy@feil.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "jimmy@feil.net"], ["remember_token", "3758c88207c9936ce23a6b52a15379a3f28ec67a"], ["logged_in_count", 5], ["last_logged_in_at", "2017-07-06 02:47:15.363774"], ["accepted_at", "2017-07-06 02:47:15.364624"]]  (1.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zola@langosh.co"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.4ms) PRAGMA foreign_keys  (1.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo@parisian.biz"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joe@collinimonis.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bennett_maggio@brekkekemmer.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evans_leffler@padberg.co"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "german@okuneva.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "german@okuneva.org"], ["remember_token", "f9692855d38df19ac1c371e645bc8a52985874bb"]]  (1.0ms) commit transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.8ms) DELETE FROM sqlite_sequence where name = 'users';  (4.6ms) DELETE FROM "ar_internal_metadata";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lina.ernser@cummerata.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lina.ernser@cummerata.com"], ["remember_token", "4b09f9390a468580c4466dd63f74323e9d31694f"]]  (1.2ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lina.ernser@cummerata.com"], ["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "LINA.ERNSER@CUMMERATA.COM"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scottie_farrell@greenholtkoelpin.io"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "scottie_farrell@greenholtkoelpin.io"], ["remember_token", "c37c3a5606f846cc7e256ec2b8069a16a2519b2b"], ["accepted_at", "2017-07-06 02:47:15.530965"]]  (3.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bart.oberbrunner@jakubowski.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bart.oberbrunner@jakubowski.biz"], ["remember_token", "cc32e76005518945234239788fa3cc2facef1003"]]  (3.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitchell_ortiz@paucek.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "mitchell_ortiz@paucek.com"], ["remember_token", "d67a10a2695bdc5e3bb2385c280d92dc50432a18"], ["banned_at", "2017-07-06 02:47:15.573821"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pascale@collinsharber.info"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "pascale@collinsharber.info"], ["remember_token", "47bd8a465f8d5cff2afed840b9608fad97f9455d"]]  (3.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaac.willms@cremin.org"], ["LIMIT", 1]] SQL (6.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "isaac.willms@cremin.org"], ["remember_token", "50d58a8cf16dbdb45ff53d796094084542568d30"], ["accepted_at", "2017-07-06 02:47:15.601638"]]  (2.8ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (8.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yasmeen@pfannerstill.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "yasmeen@pfannerstill.biz"], ["remember_token", "df232a60152ae951d549c2171cb89b34ffd1067e"], ["accepted_at", "2017-07-06 02:47:15.641718"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hattie@lesch.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hattie@lesch.info"], ["remember_token", "1945b7dce1163e69f48b48518f3ced9a85511a32"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angus@borer.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "angus@borer.name"], ["remember_token", "0184efca3f1b67a7be81b8c384a2b911d14f868a"], ["banned_at", "2017-07-06 02:47:15.650506"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noemi_kris@fahey.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "noemi_kris@fahey.co"], ["remember_token", "3241e03189207b9971076ee52ddf4d56059bb6d9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aric.huel@ziemannschoen.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aric.huel@ziemannschoen.io"], ["remember_token", "9a6809e7045b2c2d6828ff9a2bdc630735e1eedc"], ["accepted_at", "2017-07-06 02:47:15.664567"]]  (3.0ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.7ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lew_wintheiser@keelingjenkins.co"], ["LIMIT", 1]] SQL (8.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lew_wintheiser@keelingjenkins.co"], ["remember_token", "a27569c25da480857beb54e1e1965ace36d735ae"], ["accepted_at", "2017-07-06 02:47:15.696639"]]  (3.5ms) commit transaction  (0.2ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rory_king@franecki.biz"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rory_king@franecki.biz"], ["remember_token", "19748ddb2d6aa2754bd394718f45fac93bf30678"]]  (4.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gregg@williamsonbreitenberg.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gregg@williamsonbreitenberg.com"], ["remember_token", "8b847a2fb14d5b0e9ab4b8b5563955bf7c6b2b8d"], ["banned_at", "2017-07-06 02:47:15.758908"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "will.emard@huelrunolfon.org"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "will.emard@huelrunolfon.org"], ["remember_token", "fdfcfea515db152cb0c52fbeaf7d72eb32982b39"]]  (1.6ms) commit transaction  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dolores@harvey.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dolores@harvey.io"], ["remember_token", "6a3ce951810ac7c5604d85a900e307a7eebb032e"], ["accepted_at", "2017-07-06 02:47:15.788345"]]  (1.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "may@heaney.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "may@heaney.com"], ["remember_token", "4919bbd58cacbfdd29c4b4ff2863b2aaab8077c0"], ["accepted_at", "2017-07-06 02:47:15.814836"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnulfo@kirlinzulauf.com"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "arnulfo@kirlinzulauf.com"], ["remember_token", "4410f2e40f6f80ad285bb16a3a4449f2621d2381"]]  (3.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pasquale@hettinger.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "pasquale@hettinger.biz"], ["remember_token", "ca2b8c6be4c195f247afe9f2aa92ba4aa0827e60"], ["banned_at", "2017-07-06 02:47:15.838335"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "simeon.christiansen@wunschruecker.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "simeon.christiansen@wunschruecker.com"], ["remember_token", "8c485aa73fcad177ee312ead816d37fe2b96256f"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verla@gibson.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "verla@gibson.org"], ["remember_token", "7bec2f1b7ea1f191e57bfc355c40b9d2dac1e261"], ["accepted_at", "2017-07-06 02:47:15.853634"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.5ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claria@gerholdbins.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "claria@gerholdbins.biz"], ["remember_token", "feb1153570bc82bbd8712fc4a36168871b65e645"], ["accepted_at", "2017-07-06 02:47:15.862311"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ewell.crist@armstrong.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ewell.crist@armstrong.name"], ["remember_token", "1a14cbb6d91f25bfe3405948a9e30bff5f7a2678"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ransom@schmeler.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ransom@schmeler.info"], ["remember_token", "8f5c1fec2ab3ce1bb98f4f4f123d8569a6a4e434"], ["banned_at", "2017-07-06 02:47:15.876754"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angela@schimmel.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "angela@schimmel.info"], ["remember_token", "a60ffe27b59ef7d01b5dcd2132b6c8ea30f65d10"]]  (1.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaylee.prosacco@colemckenzie.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shaylee.prosacco@colemckenzie.org"], ["remember_token", "2136f9feb7c4fffb549a3e99eb0ea9d352ade367"], ["accepted_at", "2017-07-06 02:47:15.893353"]]  (1.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reid@murphy.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "reid@murphy.name"], ["remember_token", "0dcec7193d22f4ba76fec5a8f235a9c7f8d8e519"], ["accepted_at", "2017-07-06 02:47:15.909786"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucy_wiegand@hintz.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lucy_wiegand@hintz.name"], ["remember_token", "d52c028f5e8b72d234c33277e8a52606c18aa858"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafael@bartell.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rafael@bartell.name"], ["remember_token", "6914003154947509452ebdea5ba6a316bb6693ab"], ["banned_at", "2017-07-06 02:47:15.922880"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sophie@klocko.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sophie@klocko.net"], ["remember_token", "edc988f530bae0fa06a1d615039bb42ff730b621"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleonore_quigley@west.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "eleonore_quigley@west.co"], ["remember_token", "db1e74899ecfcf42ee75f27023f14fb5234eb1a4"], ["accepted_at", "2017-07-06 02:47:15.931997"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kamryn_brekke@pricejast.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kamryn_brekke@pricejast.co"], ["remember_token", "ab3e2ac089c07a7449639c82ba002588c0a3115f"], ["accepted_at", "2017-07-06 02:47:15.945039"]]  (2.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abel@corkerywolff.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "abel@corkerywolff.com"], ["remember_token", "4915ae1945f3d16e61fe7b1b7c5ebfb264fc570f"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "skye.shanahan@barrows.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "skye.shanahan@barrows.info"], ["remember_token", "4ac1b257f139359d5302d438721d980266d6f299"], ["banned_at", "2017-07-06 02:47:15.960544"]]  (2.0ms) commit transaction  (0.3ms) begin transaction User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad@hoeger.info"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tad@hoeger.info"], ["remember_token", "b8ee13cf439932e429c16153d33a38b70c60712e"]]  (2.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosendo@senger.biz"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rosendo@senger.biz"], ["remember_token", "ea38f7694fc02f4d097332784e4d5cb0c605d55a"], ["accepted_at", "2017-07-06 02:47:15.988065"]]  (1.7ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (6.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesley_schmitt@volkman.name"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lesley_schmitt@volkman.name"], ["remember_token", "e17b1fd21d99d629772dd97b364ceb9d747d7017"], ["accepted_at", "2017-07-06 02:47:16.011599"]]  (3.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "velma@homenickschulist.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "velma@homenickschulist.info"], ["remember_token", "c5879e8e33b2906bc2b215e2163dd44cbfb9486a"]]  (1.9ms) commit transaction  (0.5ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odie@greenholtrutherford.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "odie@greenholtrutherford.biz"], ["remember_token", "acc429f1d2a16765d7ac9d3baf25016a28cb7478"], ["banned_at", "2017-07-06 02:47:16.046622"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mozelle@breitenberg.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mozelle@breitenberg.io"], ["remember_token", "4f66f23314171eca2c853d006864bd52d997b913"]]  (1.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ariel.green@murazik.biz"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ariel.green@murazik.biz"], ["remember_token", "ba4c1aa1525c4c9fd36a8ce09caecfccd72085f4"], ["accepted_at", "2017-07-06 02:47:16.078527"]]  (1.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brooks_stanton@spencerklein.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brooks_stanton@spencerklein.net"], ["remember_token", "2817e613b3a63118b9976b77a27462eaaac2dbcb"], ["accepted_at", "2017-07-06 02:47:16.096841"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenyatta@vonruedenkeler.io"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kenyatta@vonruedenkeler.io"], ["remember_token", "8d753e405074294e8ac01a07387325857fa7a9cb"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonny@mcglynn.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lonny@mcglynn.net"], ["remember_token", "b6c0d98834226481a5eab56efa2eca5452f25c97"], ["banned_at", "2017-07-06 02:47:16.117386"]]  (2.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joany@homenickritchie.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joany@homenickritchie.io"], ["remember_token", "83b71551cbe67671bb1cafbc7a2598ec4d7b1be4"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezequiel@hagenes.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ezequiel@hagenes.io"], ["remember_token", "b9ba130e58b58c8a118a6f5361010d0d0d10da2c"], ["accepted_at", "2017-07-06 02:47:16.137948"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (4.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 216ms (Views: 213.7ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larue_mills@bradtkeblanda.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larue_mills@bradtkeblanda.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "larue_mills@bradtkeblanda.io"], ["remember_token", "460ac9abc8720623affbfd15c06f2f2fc34b798f"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "larue_mills@bradtkeblanda.io"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:16.406765"], ["accepted_at", "2017-07-06 02:47:16.407143"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 11ms (ActiveRecord: 3.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "460ac9abc8720623affbfd15c06f2f2fc34b798f"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 11ms (Views: 7.9ms | ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meaghan.frami@kingkoch.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "meaghan.frami@kingkoch.org"], ["remember_token", "e35755b539b954ab85f2d98c3c7963b56984284c"], ["accepted_at", "2017-07-06 02:47:16.434056"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meaghan.frami@kingkoch.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "meaghan.frami@kingkoch.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:47:16.452319"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:47:16.452659"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "e35755b539b954ab85f2d98c3c7963b56984284c"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marian@rath.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marian@rath.info"], ["remember_token", "36c0ecae152e9d49e890882c7884a84fb8d0e641"], ["banned_at", "2017-07-06 02:47:16.479472"]]  (0.8ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marian@rath.info"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "marian@rath.info"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 11ms (ActiveRecord: 1.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.7ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleveland.nikolaus@mitchell.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleveland.nikolaus@mitchell.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cleveland.nikolaus@mitchell.net"], ["remember_token", "c03903b8ed79a6ab02c155be35f6367d014ec671"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cleveland.nikolaus@mitchell.net"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:16.631368"], ["accepted_at", "2017-07-06 02:47:16.632039"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 12ms (ActiveRecord: 3.9ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c03903b8ed79a6ab02c155be35f6367d014ec671"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.3ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "c03903b8ed79a6ab02c155be35f6367d014ec671"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:16 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.6ms)  (3.3ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.2ms) DELETE FROM sqlite_sequence where name = 'users';  (4.8ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (5.5ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (7.3ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (1.5ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (6.0ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) PRAGMA foreign_keys = 1  (1.8ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paula_sauer@raugrant.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "paula_sauer@raugrant.com"], ["remember_token", "2997baa40abd4da5bb932dd3e3c3932eaf2d1370"]]  (1.2ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.6ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 13ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laisha.considine@harvey.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "laisha.considine@harvey.com"], ["remember_token", "a8b6236e32a88b5154a973ed6c82c6ee364c6cde"]]  (1.1ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joseph.hettinger@abshirebatz.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joseph.hettinger@abshirebatz.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "joseph.hettinger@abshirebatz.org"], ["remember_token", "1f37c43576ccd7f627cf415fe32785c5b620cec7"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "joseph.hettinger@abshirebatz.org"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:17.000134"], ["accepted_at", "2017-07-06 02:47:17.000745"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 26ms (ActiveRecord: 6.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "betsy_kutch@rowe.net"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "betsy_kutch@rowe.net"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "betsy_kutch@rowe.net"], ["remember_token", "d3d8ae6567ce187318045919753387218b7239c7"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "betsy_kutch@rowe.net"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:17.054970"], ["accepted_at", "2017-07-06 02:47:17.055478"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 34ms (ActiveRecord: 7.9ms)  (0.4ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernice.fahey@turcotte.biz"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernice.fahey@turcotte.biz"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bernice.fahey@turcotte.biz"], ["remember_token", "2f90e62dddfa4da1c9e7867898006655cfd4d983"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "bernice.fahey@turcotte.biz"], ["id", 1], ["LIMIT", 1]] SQL (1.1ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:17.094410"], ["accepted_at", "2017-07-06 02:47:17.095198"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 29ms (ActiveRecord: 9.4ms)  (0.5ms) PRAGMA foreign_keys  (2.6ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (8.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaquan@wuckert.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaquan@wuckert.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaquan@wuckert.name"], ["remember_token", "720da6f96e05cb08d531b85bd4d099290af6aced"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jaquan@wuckert.name"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 8ms (ActiveRecord: 1.9ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.5ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylon.kuhlman@hintz.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylon.kuhlman@hintz.net"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaylon.kuhlman@hintz.net"], ["remember_token", "c994ea96fbffb63df70f90e4ef1530aacc4dea9a"]]  (2.4ms) commit transaction  (0.3ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jaylon.kuhlman@hintz.net"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 23ms (ActiveRecord: 6.0ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cicero_orn@smitham.io"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cicero_orn@smitham.io"], ["LIMIT", 1]] SQL (4.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cicero_orn@smitham.io"], ["remember_token", "90c2eaeaa094b926dc41d06274aee6be7b6e76fc"]]  (3.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cicero_orn@smitham.io"], ["id", 1], ["LIMIT", 1]] SQL (8.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:17.254633"], ["accepted_at", "2017-07-06 02:47:17.255297"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 40ms (ActiveRecord: 20.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "90c2eaeaa094b926dc41d06274aee6be7b6e76fc"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (1.5ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanel_metz@wiegand.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanel_metz@wiegand.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shanel_metz@wiegand.org"], ["remember_token", "974ff7c73f0afa30a906d2622c64e74e570a13a6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "shanel_metz@wiegand.org"], ["id", 1], ["LIMIT", 1]] SQL (0.8ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:17.331596"], ["accepted_at", "2017-07-06 02:47:17.332244"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 25ms (ActiveRecord: 5.5ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "974ff7c73f0afa30a906d2622c64e74e570a13a6"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (4.9ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (1.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 398ms (ActiveRecord: 0.7ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clair_nolan@conn.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "clair_nolan@conn.io"], ["remember_token", "20efc7f053a96abb9fc91efc6a179b1932634181"]]  (0.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.7ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.9ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (5.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bo_blanda@hickleluettgen.org"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bo_blanda@hickleluettgen.org"], ["remember_token", "f1de520addca2cdfa5d0d5b14f6069df28c49cc6"]]  (2.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.1ms) DELETE FROM "users";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.0ms) DELETE FROM sqlite_sequence where name = 'users';  (9.4ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karianne.mosciski@rodriguezhermiston.co"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (5.6ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (7.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ava@medhurst.name"], ["LIMIT", 1]] SQL (4.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ava@medhurst.name"], ["remember_token", "8d4a8ee169af3d1b42dfd15704783101a9b0e2b8"], ["accepted_at", "2017-07-06 02:47:21.763133"]]  (2.8ms) commit transaction  (0.9ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (10.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elza@shanahan.io"], ["LIMIT", 1]] SQL (3.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "elza@shanahan.io"], ["remember_token", "e9d4c34e7234f8265b526252391969c91e69fac3"], ["accepted_at", "2017-07-06 02:47:21.812884"]]  (5.0ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (8.1ms) DELETE FROM "users";  (3.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.8ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johann_smitham@murphywalter.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "johann_smitham@murphywalter.io"], ["remember_token", "b82f5193c222337270b3be6e0b5eeb076e2900a5"], ["accepted_at", "2017-07-06 02:47:21.877161"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gabriel@gutkowski.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gabriel@gutkowski.biz"], ["remember_token", "27ff6555cb7c6e6cdc83561730765aa28139e449"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexandro@ryan.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "alexandro@ryan.info"], ["remember_token", "3efbe143299c78921e4868284def38fe71fb3ca5"], ["banned_at", "2017-07-06 02:47:21.890099"]]  (3.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giovanni_grimes@murazik.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "giovanni_grimes@murazik.co"], ["remember_token", "a5f9317540ebb31ef67c5b9f249525888c671228"]]  (1.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverne@upton.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "laverne@upton.biz"], ["remember_token", "db5b2d016c1cbbb12c04006d9bc5043d36c29998"], ["accepted_at", "2017-07-06 02:47:21.906734"]]  (1.0ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.2ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "travis_ondricka@blandawilkinson.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "travis_ondricka@blandawilkinson.info"], ["remember_token", "e68c40dae33d674cc7be995f8a974e7d6f741b56"], ["accepted_at", "2017-07-06 02:47:21.937084"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gia.ferry@heidenreich.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gia.ferry@heidenreich.net"], ["remember_token", "c753d2e75afa48ff3cc4837f8502b063d3adb961"]]  (3.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosamond.ratke@gulgowskiquigley.biz"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rosamond.ratke@gulgowskiquigley.biz"], ["remember_token", "95f3cdd12450c31faceb88504903856d8bf27de6"], ["banned_at", "2017-07-06 02:47:21.954703"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guadalupe@grahambeahan.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "guadalupe@grahambeahan.co"], ["remember_token", "f5b46a2cf3e527cff23109517b8d23080b249bc9"]]  (2.3ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jordyn_durgan@braun.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jordyn_durgan@braun.biz"], ["remember_token", "3df7f2f5210495a905b9706d9236585a8d559729"], ["accepted_at", "2017-07-06 02:47:21.979997"]]  (7.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "diana@emmerich.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "diana@emmerich.org"], ["remember_token", "1dffddc8fc07bca7ddbb7e203101b2e2049f37b8"], ["accepted_at", "2017-07-06 02:47:22.006585"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelino_ziemann@bayer.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marcelino_ziemann@bayer.org"], ["remember_token", "1046931d025df2eb66fb8045447833c5d550f2f6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kailey.paucek@hegmann.io"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kailey.paucek@hegmann.io"], ["remember_token", "ad555f82bb27f7b92bfdbaab91a727f9eceb9fff"], ["banned_at", "2017-07-06 02:47:22.013796"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alan_kirlin@zemlak.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alan_kirlin@zemlak.net"], ["remember_token", "02165a504eda75217e16830ef7ba1d25e6461e4a"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanna.littel@kuhic.name"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shanna.littel@kuhic.name"], ["remember_token", "3c4c5b9e7d9202f3fc6233f480476c4932d1f01c"], ["accepted_at", "2017-07-06 02:47:22.034378"]]  (2.4ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clemens_hammes@cummeratawisozk.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "clemens_hammes@cummeratawisozk.io"], ["remember_token", "e2147448832ef6c98831c08c3503dd9a3a12c45f"], ["accepted_at", "2017-07-06 02:47:22.066232"]]  (1.2ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elian_kulas@hoppe.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elian_kulas@hoppe.io"], ["remember_token", "1196fe36701ffc1ec27043d189e1a93a73adc954"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demarco@oreilly.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "demarco@oreilly.io"], ["remember_token", "d9cb735d8fea1cb59b222c3100b5520d0093af35"], ["banned_at", "2017-07-06 02:47:22.076268"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evangeline@ankunding.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "evangeline@ankunding.net"], ["remember_token", "cdb906be3a3afc4dd8dc9a7f8e6188bd11a44bbc"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arianna.greenholt@armstrong.org"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "arianna.greenholt@armstrong.org"], ["remember_token", "6f1b2227eb9b59d7690c082053b4d7eddc9a98af"], ["accepted_at", "2017-07-06 02:47:22.101443"]]  (6.6ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (5.1ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.8ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hershel.klein@kaulke.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hershel.klein@kaulke.com"], ["remember_token", "55333fcc852e79c85a482259b028a7cf6942e2b2"], ["accepted_at", "2017-07-06 02:47:22.145690"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maxine@rohan.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maxine@rohan.info"], ["remember_token", "09a8219cf73fc39fbd44fe8434a37cf05e09bf15"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "everette.abernathy@jonesebert.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "everette.abernathy@jonesebert.net"], ["remember_token", "075e647980711ede2e0a181d53d166f6aed4f2a6"], ["banned_at", "2017-07-06 02:47:22.160077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roselyn_monahan@smith.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "roselyn_monahan@smith.name"], ["remember_token", "b373d25e8ce7dcf18a58bb5f6d2a60b0fa7d081d"]]  (3.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maymie_beer@raynordavis.biz"], ["LIMIT", 1]] SQL (3.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maymie_beer@raynordavis.biz"], ["remember_token", "17c57ed23fa87de4f5cc35a037a71bc444cade38"], ["accepted_at", "2017-07-06 02:47:22.175805"]]  (2.0ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madisyn_carter@king.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "madisyn_carter@king.name"], ["remember_token", "f2d588cfb4e7437a7bef8f8895f4cce5e12a7a92"], ["accepted_at", "2017-07-06 02:47:22.200828"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lela.schmidt@rice.org"], ["LIMIT", 1]] SQL (2.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lela.schmidt@rice.org"], ["remember_token", "7930129d43a838e675389d706f84f45cf625118d"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlon.lueilwitz@schamberger.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "marlon.lueilwitz@schamberger.org"], ["remember_token", "61f0b45ccda5a2eda5fbbecdf4f55ca5f550386d"], ["banned_at", "2017-07-06 02:47:22.222868"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elsie_reichert@larkinschmidt.co"], ["LIMIT", 1]] SQL (4.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elsie_reichert@larkinschmidt.co"], ["remember_token", "da2fc6c65c7a81a5fa662e279ec2b075223c9cff"]]  (2.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mellie.okuneva@lakinhyatt.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "mellie.okuneva@lakinhyatt.name"], ["remember_token", "97371dd370bfde1384c7966ad95a52b1ac46f52a"], ["accepted_at", "2017-07-06 02:47:22.243940"]]  (1.5ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanny_roberts@collier.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "joanny_roberts@collier.name"], ["remember_token", "7e4be8fdcf251e338ed4a9ed7854dbb7b2143cee"], ["accepted_at", "2017-07-06 02:47:22.275136"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabiola@parkerboyer.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "fabiola@parkerboyer.info"], ["remember_token", "4634398b25eb55c6a2f001dbe3126a7a3c00024c"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dianna.thompson@lemke.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dianna.thompson@lemke.info"], ["remember_token", "1ee0ce52280833e70ce8f403cdb81f7ecb223a45"], ["banned_at", "2017-07-06 02:47:22.292881"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfrid@langruel.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wilfrid@langruel.name"], ["remember_token", "fb2b9520b109aadec355c6b3ae26cfcb9bad1125"]]  (2.7ms) commit transaction  (0.4ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garnett@wizadenesik.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "garnett@wizadenesik.biz"], ["remember_token", "8b4dd34192fca21c73b75aae80f16f623616210b"], ["accepted_at", "2017-07-06 02:47:22.305908"]]  (2.1ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lulu@blanda.name"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lulu@blanda.name"], ["remember_token", "5970852af78acbbcf57bcce3be3c633a25a20ddf"], ["accepted_at", "2017-07-06 02:47:22.345419"]]  (2.2ms) commit transaction  (0.2ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrtie.osinski@stroman.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "myrtie.osinski@stroman.net"], ["remember_token", "5c16b201dfebcdb4ea3ee414f436d1720818300d"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaleb@goodwin.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kaleb@goodwin.io"], ["remember_token", "5ab919632ce0d13fbf1e393210e094461275fe8c"], ["banned_at", "2017-07-06 02:47:22.373329"]]  (1.8ms) commit transaction  (0.5ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavinia@lynchkuphal.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lavinia@lynchkuphal.net"], ["remember_token", "b6d4254c4d36177981b4dee2b04daed3943ac1cf"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@skiles.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dennis@skiles.net"], ["remember_token", "0a77b77189aad4b01bda95ac79d9c3fe8e6ce3ac"], ["accepted_at", "2017-07-06 02:47:22.396744"]]  (1.6ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (4.1ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'users';  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olga_jones@hyatt.net"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "olga_jones@hyatt.net"], ["remember_token", "ca1dedc385d8dd814f84e5c79d07d97a1bfc87da"], ["accepted_at", "2017-07-06 02:47:22.432784"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dayana@rutherford.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dayana@rutherford.name"], ["remember_token", "649ff028d237755156c6a1fad465a10337a9ee04"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paris_pagac@kundeanderson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "paris_pagac@kundeanderson.com"], ["remember_token", "3702ac20026730d237c604af33c41ce251de49a3"], ["banned_at", "2017-07-06 02:47:22.459286"]]  (2.0ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brown.brekke@pacocha.io"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "brown.brekke@pacocha.io"], ["remember_token", "9ce599fec74d2107ac1b620fda98e7bf624b6769"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coralie@jenkinshyatt.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "coralie@jenkinshyatt.org"], ["remember_token", "198b11cde9fc1c4db67322fadc02dd11eb4cb098"], ["accepted_at", "2017-07-06 02:47:22.480952"]]  (1.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaia@howe.name"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "kaia@howe.name"], ["remember_token", "b5a8429979697a8a13e2b3639bbe8fce827a0921"], ["logged_in_count", 16], ["last_logged_in_at", "2017-07-06 02:47:22.497537"], ["accepted_at", "2017-07-06 02:47:22.497725"]]  (2.0ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.7ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darien@mclaughlin.net"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "darien@mclaughlin.net"], ["remember_token", "12df7531ea5edb2e4400e649d5d5bfcb4864df62"], ["logged_in_count", 20], ["last_logged_in_at", "2017-07-06 02:47:22.517549"], ["accepted_at", "2017-07-06 02:47:22.518185"]]  (3.1ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clara.schulist@christiansencollins.org"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "baby@cain.info"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "baby@cain.info"], ["remember_token", "8df75870d991c9c5ae4af84e9b78d2870423db48"], ["banned_at", "2017-07-06 02:47:22.583403"]]  (2.4ms) commit transaction  (0.8ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (4.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanette_gislason@bode.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jeanette_gislason@bode.biz"], ["remember_token", "48e94fefeb10471bb78fa0ae6742e818d8a6808c"], ["banned_at", "2017-07-06 02:47:22.624884"]]  (7.0ms) commit transaction  (1.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tobin_parisian@jenkinskshlerin.com"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bell_kerluke@colereichel.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlos_greenholt@grimesokon.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "carlos_greenholt@grimesokon.net"], ["remember_token", "97830e7f1a06bc59ca8f0cbe19da54a5669e94b0"]]  (2.1ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlos_greenholt@grimesokon.net"], ["LIMIT", 1]] User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "CARLOS_GREENHOLT@GRIMESOKON.NET"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'users';  (8.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verlie.windler@buckridgewest.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "verlie.windler@buckridgewest.com"], ["remember_token", "0a536d25d5e2c39d393e8bc48af09263c1afd92b"]]  (2.1ms) commit transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) PRAGMA foreign_keys  (0.8ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alverta@reingertrantow.co"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ida@robel.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "layla_ebert@mayert.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "layla_ebert@mayert.co"], ["remember_token", "23a29fe77ff283a8e5b2efb0b7d7477b634af70f"]]  (2.5ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (1.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mekhi_cruickshank@berge.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mekhi_cruickshank@berge.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mekhi_cruickshank@berge.com"], ["remember_token", "1bc563d5178d2d3204f1f1cbc123b5c41b4725c8"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mekhi_cruickshank@berge.com"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 11ms (ActiveRecord: 2.9ms)  (0.8ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad_zulauf@leuschkekuhn.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad_zulauf@leuschkekuhn.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "tad_zulauf@leuschkekuhn.name"], ["remember_token", "1d9104d9397168c1985f1232f86bdcc47a98a325"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "tad_zulauf@leuschkekuhn.name"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 18ms (ActiveRecord: 3.3ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deshawn@oberbrunner.io"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deshawn@oberbrunner.io"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deshawn@oberbrunner.io"], ["remember_token", "95f8c1273d16d43190616483664b17af32e2c602"]]  (2.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "deshawn@oberbrunner.io"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:22.982809"], ["accepted_at", "2017-07-06 02:47:22.983313"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 33ms (ActiveRecord: 10.2ms)  (0.9ms) SELECT COUNT(*) FROM "users"  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianna.gibson@keebler.co"], ["LIMIT", 1]]  (0.5ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianna.gibson@keebler.co"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "georgianna.gibson@keebler.co"], ["remember_token", "61b4ba6dda7c202b5f956b1261c76b04d92853a8"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "georgianna.gibson@keebler.co"], ["id", 1], ["LIMIT", 1]] SQL (3.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:23.043156"], ["accepted_at", "2017-07-06 02:47:23.043647"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 27ms (ActiveRecord: 10.9ms)  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'users';  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caitlyn@mertzhickle.info"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caitlyn@mertzhickle.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "caitlyn@mertzhickle.info"], ["remember_token", "c65341ba1266225d0916fb09a7bd0e82b6afadc2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "caitlyn@mertzhickle.info"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:23.094554"], ["accepted_at", "2017-07-06 02:47:23.094901"], ["id", 1]]  (4.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 8.6ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo.veum@waelchijohns.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo.veum@waelchijohns.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alfredo.veum@waelchijohns.org"], ["remember_token", "032df4879287e258e661d85c223386dfe943192c"]]  (1.0ms) commit transaction  (0.2ms) begin transaction User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alfredo.veum@waelchijohns.org"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:23.113080"], ["accepted_at", "2017-07-06 02:47:23.113537"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 18ms (ActiveRecord: 6.6ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "032df4879287e258e661d85c223386dfe943192c"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 0.7ms)  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marietta@runolfon.info"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marietta@runolfon.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marietta@runolfon.info"], ["remember_token", "e940272407d9e221868ddf4482f6544205af16a9"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "marietta@runolfon.info"], ["id", 1], ["LIMIT", 1]] SQL (0.9ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:23.177383"], ["accepted_at", "2017-07-06 02:47:23.177865"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 23ms (ActiveRecord: 8.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "e940272407d9e221868ddf4482f6544205af16a9"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 14ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (8.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (4.7ms) DELETE FROM "ar_internal_metadata";  (1.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.9ms) PRAGMA foreign_keys = 1  (1.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (13.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.7ms) DELETE FROM "users";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (7.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 304ms (Views: 297.0ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernestine@upton.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernestine@upton.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ernestine@upton.info"], ["remember_token", "3982c7f0a3173876140d1af2f0e4ce0ff3aada3b"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ernestine@upton.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:23.770668"], ["accepted_at", "2017-07-06 02:47:23.771241"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 10ms (ActiveRecord: 3.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "3982c7f0a3173876140d1af2f0e4ce0ff3aada3b"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jody.harvey@purdy.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jody.harvey@purdy.name"], ["remember_token", "ad16386d3d2ad1db073deec468517d3af24faeb8"], ["accepted_at", "2017-07-06 02:47:23.797488"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jody.harvey@purdy.name"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jody.harvey@purdy.name"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:47:23.824525"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:47:23.824985"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 1.9ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ad16386d3d2ad1db073deec468517d3af24faeb8"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delphine.upton@romagueraleannon.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "delphine.upton@romagueraleannon.name"], ["remember_token", "4e207173dd29942ae44d39e055af674c4b5b4fdb"], ["banned_at", "2017-07-06 02:47:23.860082"]]  (1.2ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delphine.upton@romagueraleannon.name"], ["LIMIT", 1]]  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "delphine.upton@romagueraleannon.name"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 13ms (ActiveRecord: 1.0ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:23 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:47:24 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:47:24 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackery.ward@okuneva.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackery.ward@okuneva.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "zackery.ward@okuneva.info"], ["remember_token", "ef449579ffc7129285584b47ee1f22b7b4db8d41"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "zackery.ward@okuneva.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:47:24.039305"], ["accepted_at", "2017-07-06 02:47:24.040114"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 15ms (ActiveRecord: 4.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:47:24 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ef449579ffc7129285584b47ee1f22b7b4db8d41"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 20ms (Views: 16.6ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:47:24 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "ef449579ffc7129285584b47ee1f22b7b4db8d41"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:47:24 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (1.9ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 248ms (Views: 245.3ms | ActiveRecord: 0.9ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anabel_schaefer@bartoletti.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anabel_schaefer@bartoletti.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "anabel_schaefer@bartoletti.org"], ["remember_token", "e82993a781b610cadf9ba40aba23a5beddeb124b"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "anabel_schaefer@bartoletti.org"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:45.761283"], ["accepted_at", "2017-07-06 02:53:45.761784"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 24ms (ActiveRecord: 4.0ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "e82993a781b610cadf9ba40aba23a5beddeb124b"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 18ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "e82993a781b610cadf9ba40aba23a5beddeb124b"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosella@boyle.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosella@boyle.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rosella@boyle.biz"], ["remember_token", "4265bfc74d86ee40dc33093a72bb9e900f7668ec"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "rosella@boyle.biz"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:45.854358"], ["accepted_at", "2017-07-06 02:53:45.854671"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.6ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4265bfc74d86ee40dc33093a72bb9e900f7668ec"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lea.jast@champlin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lea.jast@champlin.name"], ["remember_token", "eadf51b006e6efd63985ce30839e1017a82deb75"], ["banned_at", "2017-07-06 02:53:45.876444"]]  (0.9ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lea.jast@champlin.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "lea.jast@champlin.name"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfonso_tillman@runte.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "alfonso_tillman@runte.com"], ["remember_token", "025faea13fee4b119883b8d3e05ba1f48f2d355a"], ["accepted_at", "2017-07-06 02:53:45.922204"]]  (0.9ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.5ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfonso_tillman@runte.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alfonso_tillman@runte.com"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:53:45.951554"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:53:45.951834"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:45 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "025faea13fee4b119883b8d3e05ba1f48f2d355a"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffery_hettinger@strosin.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffery_hettinger@strosin.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jeffery_hettinger@strosin.co"], ["remember_token", "acc908b4c9ced2ea688aeba886bd0c6da3a9a532"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jeffery_hettinger@strosin.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:46.002478"], ["accepted_at", "2017-07-06 02:53:46.003025"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aniyah@emmerichrogahn.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aniyah@emmerichrogahn.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "aniyah@emmerichrogahn.io"], ["remember_token", "f5aac515226daeab5d7926f700512fe1e4708177"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "aniyah@emmerichrogahn.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:46.023166"], ["accepted_at", "2017-07-06 02:53:46.023723"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 10ms (ActiveRecord: 3.3ms)  (0.8ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederik@zieme.info"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederik@zieme.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "frederik@zieme.info"], ["remember_token", "416a1ea9f43c20aa0168cfc610cc3bb2cd77da15"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "frederik@zieme.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:46.050567"], ["accepted_at", "2017-07-06 02:53:46.050909"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 3.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "providenci@mcglynn.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "providenci@mcglynn.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "providenci@mcglynn.com"], ["remember_token", "776d22f296fca0489cb29c4e1c6a411b0d71f674"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "providenci@mcglynn.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 9ms (ActiveRecord: 1.8ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lamar@mcglynn.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lamar@mcglynn.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lamar@mcglynn.net"], ["remember_token", "1210c827bb94b26b920f63f13469d81b80acec59"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "lamar@mcglynn.net"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 13ms (ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leo_crist@glover.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leo_crist@glover.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leo_crist@glover.name"], ["remember_token", "8e761b0fd4f19edc7afe80af6cbd9ab808003e3a"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "leo_crist@glover.name"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:46.117937"], ["accepted_at", "2017-07-06 02:53:46.118308"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "8e761b0fd4f19edc7afe80af6cbd9ab808003e3a"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.1ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystel@hilpert.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystel@hilpert.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "krystel@hilpert.net"], ["remember_token", "fd5c8ca065d0a206d09b1c3b83f3a9c18926b6e5"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "krystel@hilpert.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:46.146475"], ["accepted_at", "2017-07-06 02:53:46.147112"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 11ms (ActiveRecord: 4.4ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "fd5c8ca065d0a206d09b1c3b83f3a9c18926b6e5"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stacy@spencer.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stacy@spencer.co"], ["remember_token", "b6d78467cfd72779704265bdc68d92d1aa4b31da"]]  (0.9ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katelynn.zulauf@stehrhartmann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "katelynn.zulauf@stehrhartmann.io"], ["remember_token", "832ab12e402ca45d0483b884e45a8f62016a295d"]]  (1.0ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estrella@cain.net"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adam@ziemann.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adam@ziemann.net"], ["remember_token", "5f2d0ca09119c7862caf030aa41c8b56f31598ee"], ["accepted_at", "2017-07-06 02:53:46.210185"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "skye@renner.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "skye@renner.com"], ["remember_token", "f0ae4b1e7160239341b5e12beabc184b783c5b05"], ["accepted_at", "2017-07-06 02:53:46.217799"]]  (0.9ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (1.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brain@legrosdooley.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "brain@legrosdooley.com"], ["remember_token", "9798fa1fbb1fc0c7122b9c5cd759e580219e4091"]]  (0.6ms) commit transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enoch@rodriguez.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "enoch@rodriguez.name"], ["remember_token", "cb359e44303f94e9981c49709561cd9ab0ded62d"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enoch@rodriguez.name"], ["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ENOCH@RODRIGUEZ.NAME"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ronaldo.schuppe@hoppe.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madyson@crist.info"], ["LIMIT", 1]]  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mona@maggio.org"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dereck.kub@parkerhagenes.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jammie@sanfordcarroll.biz"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "betsy_bins@browndouglas.org"], ["LIMIT", 1]] SQL (5.1ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "betsy_bins@browndouglas.org"], ["remember_token", "db3bc0987392e0b72d647df6768588d1f0873531"], ["logged_in_count", 15], ["last_logged_in_at", "2017-07-06 02:53:46.336303"], ["accepted_at", "2017-07-06 02:53:46.337021"]]  (2.5ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (14.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesly@keeling.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "lesly@keeling.biz"], ["remember_token", "df45459f8860c5eae1a3cdcf3be5fdc5bc801dd5"], ["logged_in_count", 17], ["last_logged_in_at", "2017-07-06 02:53:46.390509"], ["accepted_at", "2017-07-06 02:53:46.390841"]]  (5.2ms) commit transaction  (1.1ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'users';  (15.0ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalia@schaefer.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rosalia@schaefer.name"], ["remember_token", "876ef0ee46d3720e2a5960015956716e0a2b4912"], ["banned_at", "2017-07-06 02:53:46.465820"]]  (1.9ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sonya.hamill@pollich.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sonya.hamill@pollich.co"], ["remember_token", "36f63b65994ad7512c5bebb820589222574794e9"], ["banned_at", "2017-07-06 02:53:46.493431"]]  (3.2ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheridan.goodwin@collins.biz"], ["LIMIT", 1]] SQL (8.0ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sheridan.goodwin@collins.biz"], ["remember_token", "86885c68ba0614ef567bf8186cf620d81662c2f3"], ["accepted_at", "2017-07-06 02:53:46.541952"]]  (2.4ms) commit transaction  (0.2ms) begin transaction User Exists (1.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shayne_connelly@kaulkeschneider.info"], ["LIMIT", 1]] SQL (7.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "shayne_connelly@kaulkeschneider.info"], ["remember_token", "d8b7cbd9529344fda70a4fc70037d9275bf4c0fc"]]  (2.8ms) commit transaction  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarret_lowe@okonspencer.biz"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jarret_lowe@okonspencer.biz"], ["remember_token", "055ab51b1507900be71c044b3762a0b97b5b3d01"], ["banned_at", "2017-07-06 02:53:46.588144"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keanu@konopelski.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keanu@konopelski.net"], ["remember_token", "d4c40ba8d2e9851acd599e7a62ccb742f0247c9a"]]  (2.8ms) commit transaction  (0.2ms) begin transaction User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "violette@kuhlman.biz"], ["LIMIT", 1]] SQL (7.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "violette@kuhlman.biz"], ["remember_token", "e8ece8f51f7424fb718b1b7f87604666406a7af1"], ["accepted_at", "2017-07-06 02:53:46.616631"]]  (6.7ms) commit transaction User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (1.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.1ms) DELETE FROM sqlite_sequence where name = 'users';  (4.1ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isabella@ondrickajast.io"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "isabella@ondrickajast.io"], ["remember_token", "3360597b5801a9eac397a163f0e17f95fdef3a10"], ["accepted_at", "2017-07-06 02:53:46.711817"]]  (15.1ms) commit transaction  (0.8ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kameron@doyle.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kameron@doyle.com"], ["remember_token", "3c7e082dda036252831aa16f2d6daa611308ae23"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "braden@mohroreilly.info"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "braden@mohroreilly.info"], ["remember_token", "4399b832c561a0cf34318e308706ccc9c00305aa"], ["banned_at", "2017-07-06 02:53:46.773130"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barry.schneider@fayokuneva.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "barry.schneider@fayokuneva.io"], ["remember_token", "6ee2863dcc316b6bea0c13a31b931aef1e3cdab7"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "libby@hilpert.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "libby@hilpert.io"], ["remember_token", "f51815ec3112e6f1f5f2c5acd3834ba26d07ba0c"], ["accepted_at", "2017-07-06 02:53:46.791748"]]  (1.1ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meta.toy@jerde.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "meta.toy@jerde.net"], ["remember_token", "123f254ae6f81217ff60104807a3b76fd90fff79"], ["accepted_at", "2017-07-06 02:53:46.816070"]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheldon.bradtke@monahan.info"], ["LIMIT", 1]] SQL (3.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sheldon.bradtke@monahan.info"], ["remember_token", "6cf55d2887b8425cf87f990706c3874353ac9126"]]  (2.7ms) commit transaction  (0.3ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lela.armstrong@jonesdamore.biz"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lela.armstrong@jonesdamore.biz"], ["remember_token", "c05fe8239452c66647c3bf4ccd72fb693ecfea8a"], ["banned_at", "2017-07-06 02:53:46.842499"]]  (2.6ms) commit transaction  (0.3ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johathan@reilly.com"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "johathan@reilly.com"], ["remember_token", "7f2584f02b04a8f42354e34d1d22adebc3dfbba2"]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freda.windler@carterleuschke.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "freda.windler@carterleuschke.net"], ["remember_token", "be93ae4b2579ab894fbc35a1168dcfcba69f0b14"], ["accepted_at", "2017-07-06 02:53:46.892142"]]  (1.3ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefanie@hoeger.com"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "stefanie@hoeger.com"], ["remember_token", "54f699fa8690853553ba41315bea987b86209234"], ["accepted_at", "2017-07-06 02:53:46.914102"]]  (3.4ms) commit transaction  (0.3ms) begin transaction User Exists (2.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aric@stokesrunolfsdottir.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "aric@stokesrunolfsdottir.biz"], ["remember_token", "9cdcba8e5ad9d6159c56584bcad9691e16d1b674"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sid@murazik.com"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sid@murazik.com"], ["remember_token", "451ae339b655e99875bf4e637c421c191af31d4f"], ["banned_at", "2017-07-06 02:53:46.942364"]]  (3.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deshawn@lubowitz.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deshawn@lubowitz.name"], ["remember_token", "9d01ce4a22892f52307f2c0c2a5e0dba42a087ab"]]  (1.4ms) commit transaction  (0.4ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josefa@runolfsdottiroconner.org"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "josefa@runolfsdottiroconner.org"], ["remember_token", "bf768429d8ed5e3518ed9b972be12a8890ff038a"], ["accepted_at", "2017-07-06 02:53:46.977168"]]  (1.6ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.9ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solon.heidenreich@schoen.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "solon.heidenreich@schoen.biz"], ["remember_token", "274a45618ae046b408378624a828f8f8d7f7880e"], ["accepted_at", "2017-07-06 02:53:47.015609"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rachel@lowe.name"], ["LIMIT", 1]] SQL (3.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rachel@lowe.name"], ["remember_token", "a6a37fe3bd2669e2573e1e3d6075f6073943fcbd"]]  (8.6ms) commit transaction  (1.1ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odie.marquardt@hane.co"], ["LIMIT", 1]] SQL (4.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "odie.marquardt@hane.co"], ["remember_token", "516f22897bf819f8f591f7073dce980f0d079478"], ["banned_at", "2017-07-06 02:53:47.056115"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "korey@watersheller.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "korey@watersheller.io"], ["remember_token", "2e12e41851713c198662c94d812db0f72f02a16a"]]  (1.4ms) commit transaction  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thurman.lebsack@medhurst.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "thurman.lebsack@medhurst.net"], ["remember_token", "1d7095d2d173e99d2ccf12f15eb8dabba14d368c"], ["accepted_at", "2017-07-06 02:53:47.100038"]]  (1.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "destin_hayes@cummeratablick.info"], ["LIMIT", 1]] SQL (3.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "destin_hayes@cummeratablick.info"], ["remember_token", "5132b71a6b48f93996b8931a9e585a6684116c65"], ["accepted_at", "2017-07-06 02:53:47.130064"]]  (2.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellen_grady@stoltenberg.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ellen_grady@stoltenberg.io"], ["remember_token", "0ece54cc30526a74db2ba52166f8781acc7c5c3d"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaycee.corkery@mitchell.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "kaycee.corkery@mitchell.org"], ["remember_token", "68e62edd4eefaa6c0d7c92bf3cb0676e21d6273a"], ["banned_at", "2017-07-06 02:53:47.174511"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boyd_purdy@ratke.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "boyd_purdy@ratke.name"], ["remember_token", "462f57c70b6ef602040ce3b1d99cbe10a3b13f93"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "omer_gorczany@schinner.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "omer_gorczany@schinner.com"], ["remember_token", "0e77cb2a233d070276c51549cce6d882693d539f"], ["accepted_at", "2017-07-06 02:53:47.191070"]]  (0.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.4ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wendell_howe@prohaskaweber.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wendell_howe@prohaskaweber.com"], ["remember_token", "f183173093b99b9cc9fe9921352401104f18d319"], ["accepted_at", "2017-07-06 02:53:47.211761"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claria@moriettevandervort.name"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "claria@moriettevandervort.name"], ["remember_token", "aa31f7c730dfe9e4fd40c542f7d6ecaf94e961a3"]]  (3.2ms) commit transaction  (0.7ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "conor@hahnskiles.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "conor@hahnskiles.org"], ["remember_token", "f860dd85a68a215c030b58fe8a28a15c612c9228"], ["banned_at", "2017-07-06 02:53:47.233054"]]  (2.7ms) commit transaction  (0.4ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "veda_howe@stroman.com"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "veda_howe@stroman.com"], ["remember_token", "caf38a77ceb8349bcd08f2c4e1cca125f7c1a5eb"]]  (2.3ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "twila@lindgren.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "twila@lindgren.biz"], ["remember_token", "051b4cb504c8fd115b3ba91ff3e8bb0c80cffde4"], ["accepted_at", "2017-07-06 02:53:47.272165"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinhold_osinski@schneider.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "reinhold_osinski@schneider.name"], ["remember_token", "073d968228581f9143609b462114a13bc783d67f"], ["accepted_at", "2017-07-06 02:53:47.288445"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaylan_prosacco@krisgorczany.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaylan_prosacco@krisgorczany.org"], ["remember_token", "31856149cea846e7547b6cb64f2f6ab8f8ddb4c6"]]  (0.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "everardo@purdygutkowski.biz"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "everardo@purdygutkowski.biz"], ["remember_token", "3f987c4ec72be1e418e8797eec31aa5eabe4e162"], ["banned_at", "2017-07-06 02:53:47.297983"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deborah.schroeder@quitzonbosco.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "deborah.schroeder@quitzonbosco.co"], ["remember_token", "e9fc8e8d2b4d0f3c3f6cfbf8ecdcc7a9b091d8f3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oceane_hagenes@treutelfarrell.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "oceane_hagenes@treutelfarrell.io"], ["remember_token", "79fffeb06ff50fa80a45c755aaa942f287b5a2dd"], ["accepted_at", "2017-07-06 02:53:47.314225"]]  (1.2ms) commit transaction User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.7ms) PRAGMA foreign_keys  (0.8ms) PRAGMA foreign_keys = OFF  (6.9ms) DELETE FROM "users";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.9ms) DELETE FROM sqlite_sequence where name = 'users';  (5.1ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maiya@mannkulas.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maiya@mannkulas.info"], ["remember_token", "790fb500b76e5b5ccba78ecbb4cb99a5b3a7609e"], ["accepted_at", "2017-07-06 02:53:47.374221"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eryn@schneider.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "eryn@schneider.name"], ["remember_token", "da3a41d2be1e8013d3cfead900b663d0b5b3cba8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleanora@kuvalis.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "eleanora@kuvalis.com"], ["remember_token", "5b95eeb790e96a19f964a8d827ce44bc16bee4d7"], ["banned_at", "2017-07-06 02:53:47.394092"]]  (1.4ms) commit transaction  (0.3ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armando@schultz.name"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "armando@schultz.name"], ["remember_token", "9a68fdf70db288b4391beccd48e89ad9506665f2"]]  (1.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "louvenia_rosenbaum@greenfelderpadberg.io"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "louvenia_rosenbaum@greenfelderpadberg.io"], ["remember_token", "e81bf53997bda5f7f2644a3d113a10349760266e"], ["accepted_at", "2017-07-06 02:53:47.424448"]]  (1.6ms) commit transaction User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (1.1ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carli_bogisich@renner.com"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "carli_bogisich@renner.com"], ["remember_token", "4b4948d4fef304ed2dfdd8af64f45d08333189a0"]]  (1.5ms) commit transaction  (0.5ms) PRAGMA foreign_keys  (1.3ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (1.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (7.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (7.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (6.4ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.6ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (3.9ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (7.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (7.2ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (1.4ms) PRAGMA foreign_keys  (1.3ms) PRAGMA foreign_keys = OFF  (11.1ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (2.8ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) PRAGMA foreign_keys = 1  (1.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dayna.erdman@satterfield.io"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lysanne@tremblay.biz"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lysanne@tremblay.biz"], ["remember_token", "5a6588a4c6503e905a64ed12e8c77fe9cb4e75de"], ["accepted_at", "2017-07-06 02:53:53.399012"]]  (2.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caria@spinka.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "caria@spinka.biz"], ["remember_token", "e5d0171e1683eeda30b8e4673d360b7bff5e0ca9"]]  (3.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lynn.greenholt@legrostorp.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lynn.greenholt@legrostorp.com"], ["remember_token", "01b2602b61dbd1614878b4a66976b7691f89a8dc"], ["banned_at", "2017-07-06 02:53:53.414727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "manuela.wisozk@pacocharolfson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "manuela.wisozk@pacocharolfson.info"], ["remember_token", "440c817020dfe5f9d847734bce37b857b7582644"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "immanuel.lubowitz@buckridgecremin.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "immanuel.lubowitz@buckridgecremin.co"], ["remember_token", "539b9074ba94a3fa94101199642c7bfc1a6715f0"], ["accepted_at", "2017-07-06 02:53:53.425404"]]  (0.8ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jasen@dubuquepacocha.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jasen@dubuquepacocha.com"], ["remember_token", "4aecd38d1bb5a0f08aef497401d0f083b8d13e1e"], ["accepted_at", "2017-07-06 02:53:53.445392"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "george_quigley@jacobs.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "george_quigley@jacobs.com"], ["remember_token", "8b1eb377ae6cd4ada77fd295f03acb5450987575"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rhianna@erdman.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rhianna@erdman.net"], ["remember_token", "2f93ec9bddaf27c3280caf378dff94dfb9652b5b"], ["banned_at", "2017-07-06 02:53:53.454935"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrienne@dickinsonwillms.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "adrienne@dickinsonwillms.info"], ["remember_token", "464b9a0414b38a1861ed960113cca7874405315e"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hal@olson.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hal@olson.info"], ["remember_token", "42de48de7bee9b1ca4f7906368613bce8cf81c1c"], ["accepted_at", "2017-07-06 02:53:53.461660"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bethany@herman.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bethany@herman.info"], ["remember_token", "918237320e864ff5a67cf8a7ff9f5257c15f68ad"], ["accepted_at", "2017-07-06 02:53:53.470777"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonina_effertz@harber.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "antonina_effertz@harber.io"], ["remember_token", "b3137ce83e1a9a6d4a05e8ee7843255d2349d220"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rahul@ullrichoreilly.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rahul@ullrichoreilly.biz"], ["remember_token", "aafc88bdbac456ef537b9c6ad2372e9c1cded9a8"], ["banned_at", "2017-07-06 02:53:53.477773"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natalie@effertzhermiston.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "natalie@effertzhermiston.name"], ["remember_token", "4d25fdb154d447aa9d58c2eb1bcbedbf991d842a"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerson_schneider@wisozk.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gerson_schneider@wisozk.org"], ["remember_token", "1b06e64a4e2f566c5b744b9948a08aabdf48d50f"], ["accepted_at", "2017-07-06 02:53:53.486045"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patsy@weinat.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "patsy@weinat.info"], ["remember_token", "f7edf9421ba9df2f6a0b4161f8c5462cf6b7b79f"], ["accepted_at", "2017-07-06 02:53:53.494847"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "llewellyn@kuhlman.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "llewellyn@kuhlman.net"], ["remember_token", "13e2e0ab51ba12752f40412a8d428ee92aca4b97"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chelsie.koch@brekke.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "chelsie.koch@brekke.com"], ["remember_token", "6fc6df4a2c204a2ccca0f65fe4c42db6117bc465"], ["banned_at", "2017-07-06 02:53:53.503423"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amanda_ebert@langworth.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "amanda_ebert@langworth.io"], ["remember_token", "4d5a7448922dd3a815ee1618ca881170640b9876"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sincere@bashiriankoepp.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sincere@bashiriankoepp.com"], ["remember_token", "48646f6410415aa92c2fb94a835da00ac5c41746"], ["accepted_at", "2017-07-06 02:53:53.510616"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sim@feil.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "sim@feil.io"], ["remember_token", "9a7c624e0b61494d958ce7880138f7ac4017c3c5"], ["accepted_at", "2017-07-06 02:53:53.519441"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jazlyn.kilback@farrell.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jazlyn.kilback@farrell.com"], ["remember_token", "9253eb815347ffc26e898d67b18af09721427d46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scottie_harris@mertz.biz"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "scottie_harris@mertz.biz"], ["remember_token", "85e2a34f94644abbefbf29db56ab070a14817b7a"], ["banned_at", "2017-07-06 02:53:53.529364"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leopoldo.kihn@pouros.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "leopoldo.kihn@pouros.info"], ["remember_token", "6424d35de8f77d38e75f8ef61a37b8bfeccfae15"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delbert_batz@hansen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "delbert_batz@hansen.net"], ["remember_token", "1ccb746f543e9af81291085a975268e40e005b60"], ["accepted_at", "2017-07-06 02:53:53.543156"]]  (1.4ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "courtney@rathrau.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "courtney@rathrau.org"], ["remember_token", "c0bfb3487e502a965f1db5681efb9813513caac3"], ["accepted_at", "2017-07-06 02:53:53.555356"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "obie@streich.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "obie@streich.info"], ["remember_token", "4db4fa6c24ead5d8e3ceb3e5b4d43c9a50e3366c"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruben@prosacco.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ruben@prosacco.io"], ["remember_token", "a898efc396f3b7c8ae41509826e727ad7749b5aa"], ["banned_at", "2017-07-06 02:53:53.561964"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palma@batz.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "palma@batz.co"], ["remember_token", "ace1e83d029afbcc02fef1be6afe3441dff09ece"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erich.romaguera@kochheathcote.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "erich.romaguera@kochheathcote.com"], ["remember_token", "50a4aeb1549bf95a89f71788f45c7a0e8b67af9f"], ["accepted_at", "2017-07-06 02:53:53.567952"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hoyt_strosin@kautzerwalter.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hoyt_strosin@kautzerwalter.org"], ["remember_token", "c4e91c1b789aeee90aa699aeb170e8c971c60b7a"], ["accepted_at", "2017-07-06 02:53:53.576803"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hillary_hayes@hettingerlarkin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hillary_hayes@hettingerlarkin.biz"], ["remember_token", "0e5807bfb3a74e762c6cab4004004a67f72bf29b"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madge_harris@metz.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "madge_harris@metz.biz"], ["remember_token", "3591af6d5a92237d4c6e2f371350f7ed0e07927b"], ["banned_at", "2017-07-06 02:53:53.584236"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ludie.cummings@goyette.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ludie.cummings@goyette.name"], ["remember_token", "96c3622a906756456c66ae65e9ec973d9ec2c448"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodrick@danielmann.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rodrick@danielmann.org"], ["remember_token", "e5e4dd4c1b3c4d1eab48f95ebadf1224e16c9c93"], ["accepted_at", "2017-07-06 02:53:53.590581"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wanda.kshlerin@boyle.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wanda.kshlerin@boyle.name"], ["remember_token", "99e8cbba0f13149c4d8cee2e5197d7ed9d1c95ac"], ["accepted_at", "2017-07-06 02:53:53.600181"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garrett_stoltenberg@greenholtrenner.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "garrett_stoltenberg@greenholtrenner.name"], ["remember_token", "3268cda5e5e1ae2cc91674e647a26498b1759df3"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elenor.schowalter@botsfordwilkinson.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "elenor.schowalter@botsfordwilkinson.net"], ["remember_token", "7b7e88c345e5382d77853ec3c10dc79c5482e641"], ["banned_at", "2017-07-06 02:53:53.606980"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rocky@kshlerin.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rocky@kshlerin.info"], ["remember_token", "a29a785b4c6aa0e2669f958a39c2d6d88ca4c715"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tiffany_champlin@emard.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "tiffany_champlin@emard.net"], ["remember_token", "dd43cde7340bca34a15cabe71c927811345f87f8"], ["accepted_at", "2017-07-06 02:53:53.622347"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernie.fahey@auer.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "bernie.fahey@auer.io"], ["remember_token", "8eec79344b42ef638b016526a5158406c3498748"], ["accepted_at", "2017-07-06 02:53:53.635050"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorris_nikolaus@stehrreichert.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dorris_nikolaus@stehrreichert.info"], ["remember_token", "43516e993ff5125e351c1ec51fa4d8218448d6e9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orpha@turcottezemlak.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "orpha@turcottezemlak.co"], ["remember_token", "1e307ea04cc92e0bbddf296e170a102f38c91a0b"], ["banned_at", "2017-07-06 02:53:53.647738"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teagan@pfeffermayer.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "teagan@pfeffermayer.name"], ["remember_token", "07239b659df5701db817364966e62cbcd21247bd"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "micheal_lindgren@wilkinson.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "micheal_lindgren@wilkinson.name"], ["remember_token", "8980d08c6c7c08e96a2f3b181759b6a2109c9116"], ["accepted_at", "2017-07-06 02:53:53.656029"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfred@batz.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wilfred@batz.co"], ["remember_token", "9b32ed212e949018abba16ad60a002c64cc9d0c4"]]  (0.7ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfred@batz.co"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "WILFRED@BATZ.CO"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrion@daniel.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "darrion@daniel.org"], ["remember_token", "0f0732417ffef14067b6be55eda07870466010f4"]]  (0.6ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corine_howe@lubowitzlueilwitz.com"], ["LIMIT", 1]]  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janiya@lebsack.net"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tevin.barrows@ritchie.net"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damaris_bode@dareweber.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "casimer.effertz@spencer.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "casimer.effertz@spencer.co"], ["remember_token", "ff48023bbe0cd0050b155f22d8422942ec7d0302"], ["accepted_at", "2017-07-06 02:53:53.727135"]]  (6.7ms) commit transaction  (0.4ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.0ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerald@carter.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jerald@carter.biz"], ["remember_token", "2538b7e4c5a446b78a430f3098d8c3e734df84ec"], ["accepted_at", "2017-07-06 02:53:53.753550"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loyce@lebsackdare.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "loyce@lebsackdare.net"], ["remember_token", "312c4271d8395f2bea271bb7406542effa870774"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.7ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlie_conn@framidoyle.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "karlie_conn@framidoyle.org"], ["remember_token", "c01dfd4c4cc38a5db8d33743f4022df3c4e71f15"], ["logged_in_count", 8], ["last_logged_in_at", "2017-07-06 02:53:53.802643"], ["accepted_at", "2017-07-06 02:53:53.802847"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lola.huels@simonis.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "lola.huels@simonis.org"], ["remember_token", "5988279c312eeee0048e665c109e64f94f6b1ccc"], ["logged_in_count", 18], ["last_logged_in_at", "2017-07-06 02:53:53.811625"], ["accepted_at", "2017-07-06 02:53:53.811890"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jed.shanahan@hermistongerlach.com"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaron.denesik@powlowski.io"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jaron.denesik@powlowski.io"], ["remember_token", "a7885ff0435eccf224cc3a1625dbb5bf214a0141"], ["banned_at", "2017-07-06 02:53:53.831183"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryce.bogan@howe.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bryce.bogan@howe.info"], ["remember_token", "e012f0bcb0aec1d7a61d182b4b90ad1e242a4808"], ["banned_at", "2017-07-06 02:53:53.847243"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kallie@kovacek.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kallie@kovacek.net"], ["remember_token", "4122ddceeb336115b66c8f2fd7d5641f183df0d7"], ["accepted_at", "2017-07-06 02:53:53.873871"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:53 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (2.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 249ms (Views: 245.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kallie@kovacek.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "kallie@kovacek.net"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 02:53:54.143900"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 02:53:54.144992"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 14ms (ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4122ddceeb336115b66c8f2fd7d5641f183df0d7"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 14ms (Views: 9.7ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waylon_schneider@mcdermott.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "waylon_schneider@mcdermott.com"], ["remember_token", "9dffad5a845a1a02ecd3253fb50c9bc1c55a173f"], ["banned_at", "2017-07-06 02:53:54.178881"]]  (1.1ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waylon_schneider@mcdermott.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "waylon_schneider@mcdermott.com"], ["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 10ms (ActiveRecord: 0.7ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (11.0ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.9ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gilberto@lubowitz.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gilberto@lubowitz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "gilberto@lubowitz.io"], ["remember_token", "b296d5846797d59a4a0746a2ea39ccf420b1d496"]]  (1.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "gilberto@lubowitz.io"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:54.294483"], ["accepted_at", "2017-07-06 02:53:54.295251"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 15ms (ActiveRecord: 4.7ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "b296d5846797d59a4a0746a2ea39ccf420b1d496"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "b296d5846797d59a4a0746a2ea39ccf420b1d496"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 9ms (ActiveRecord: 0.7ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.9ms)  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.4ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaren.miller@cartwright.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaren.miller@cartwright.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaren.miller@cartwright.io"], ["remember_token", "5d78bf2827ed854edb4cdd04deadabb4d95324b3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jaren.miller@cartwright.io"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:54.453691"], ["accepted_at", "2017-07-06 02:53:54.454252"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 29ms (ActiveRecord: 5.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 11:53:54 +0900 Processing by WelcomeController#index as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5d78bf2827ed854edb4cdd04deadabb4d95324b3"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 0.9ms)  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.2ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (14.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (6.8ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.5ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (9.4ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (5.9ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.9ms) PRAGMA foreign_keys  (6.5ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (4.2ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (4.5ms) PRAGMA foreign_keys = OFF  (9.6ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.4ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.6ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.8ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (4.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "norris@steuber.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "norris@steuber.co"], ["remember_token", "e87625338406320b1e2deb322c3742da10c92597"]]  (1.4ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 26ms (Views: 18.6ms | ActiveRecord: 0.0ms)  (0.5ms) PRAGMA foreign_keys  (1.6ms) PRAGMA foreign_keys = OFF  (24.6ms) DELETE FROM "users";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.9ms) DELETE FROM sqlite_sequence where name = 'users';  (12.1ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vita@jacobibailey.org"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "vita@jacobibailey.org"], ["remember_token", "e0a774664581d0fc18927a335e15fff3299874d0"]]  (3.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (9.0ms) DELETE FROM "users";  (7.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (3.7ms) DELETE FROM "ar_internal_metadata";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaunita_oreilly@weber.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaunita_oreilly@weber.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jaunita_oreilly@weber.com"], ["remember_token", "56804dfc858531f5b9d5b20b2508a4b01ce91cbb"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jaunita_oreilly@weber.com"], ["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 33ms (ActiveRecord: 5.2ms)  (0.5ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.8ms) DELETE FROM sqlite_sequence where name = 'users';  (5.9ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.2ms) PRAGMA foreign_keys = 1  (0.5ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "greyson_cormier@koepp.info"], ["LIMIT", 1]]  (0.7ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "greyson_cormier@koepp.info"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "greyson_cormier@koepp.info"], ["remember_token", "2c4c86027a3e66d84243c4d5dfcfd253d8ed63d3"]]  (2.2ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "greyson_cormier@koepp.info"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 38ms (ActiveRecord: 6.8ms)  (0.6ms) SELECT COUNT(*) FROM "users"  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (8.1ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.1ms) DELETE FROM sqlite_sequence where name = 'users';  (7.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monserrate@abernathy.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monserrate@abernathy.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "monserrate@abernathy.io"], ["remember_token", "ddfd7a697ec84f4f5441d3c7f7d8eb1c5584ffa3"]]  (2.6ms) commit transaction  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "monserrate@abernathy.io"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:55.348525"], ["accepted_at", "2017-07-06 02:53:55.349821"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 36ms (ActiveRecord: 14.8ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'users';  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1  (0.7ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mac.parisian@sipes.org"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mac.parisian@sipes.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mac.parisian@sipes.org"], ["remember_token", "2d14d80e8b79dd13959a0fb988b2afa4b755ca11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mac.parisian@sipes.org"], ["id", 1], ["LIMIT", 1]] SQL (1.2ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:55.396168"], ["accepted_at", "2017-07-06 02:53:55.396703"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 22ms (ActiveRecord: 6.3ms)  (0.3ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (4.2ms) DELETE FROM "ar_internal_metadata";  (8.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.5ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delaney_schamberger@kunze.io"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delaney_schamberger@kunze.io"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "delaney_schamberger@kunze.io"], ["remember_token", "b8c8b76b2b75bc542cb1b43371c0ccb1155f6c1a"]]  (6.4ms) commit transaction  (0.6ms) begin transaction User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "delaney_schamberger@kunze.io"], ["id", 1], ["LIMIT", 1]] SQL (1.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:55.472005"], ["accepted_at", "2017-07-06 02:53:55.475885"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 55ms (ActiveRecord: 16.6ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (36.5ms) DELETE FROM "ar_internal_metadata";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.3ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 34ms (Views: 4.7ms | ActiveRecord: 0.0ms)  (0.4ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (4.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floy_heidenreich@raynor.io"], ["LIMIT", 1]]  (0.4ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floy_heidenreich@raynor.io"], ["LIMIT", 1]] SQL (3.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "floy_heidenreich@raynor.io"], ["remember_token", "08daddfedc1ef20e8047321a633063642af60e9a"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "floy_heidenreich@raynor.io"], ["id", 1], ["LIMIT", 1]] SQL (2.0ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:55.649801"], ["accepted_at", "2017-07-06 02:53:55.650602"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 45ms (ActiveRecord: 13.5ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "08daddfedc1ef20e8047321a633063642af60e9a"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 14ms (ActiveRecord: 0.5ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo.bartell@moen.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo.bartell@moen.biz"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alfredo.bartell@moen.biz"], ["remember_token", "dd028353f23d2c2b934fbd358d0b1ecc9ccdb934"]]  (1.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alfredo.bartell@moen.biz"], ["id", 1], ["LIMIT", 1]] SQL (1.9ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 02:53:55.716082"], ["accepted_at", "2017-07-06 02:53:55.717122"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 23ms (ActiveRecord: 8.2ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "dd028353f23d2c2b934fbd358d0b1ecc9ccdb934"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 16ms (ActiveRecord: 0.8ms)  (1.0ms) PRAGMA foreign_keys  (1.1ms) PRAGMA foreign_keys = OFF  (5.1ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.5ms) DELETE FROM sqlite_sequence where name = 'users';  (1.8ms) DELETE FROM "ar_internal_metadata";  (1.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) PRAGMA foreign_keys = 1  (2.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jakob@pouros.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jakob@pouros.biz"], ["remember_token", "0a5953bd8326900a01b176caa89eff4abf537629"]]  (0.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 11ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bradley_zieme@waelchibosco.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bradley_zieme@waelchibosco.info"], ["remember_token", "d6835c71c5ef25b81027cfcf26920162e26e94ec"]]  (0.7ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.3ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.5ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:42 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (1.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 219ms (Views: 216.5ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mara@kuphal.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mara@kuphal.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mara@kuphal.org"], ["remember_token", "256d687a346b1dd0af6c75e06d1a3d5819af2431"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mara@kuphal.org"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.093237"], ["accepted_at", "2017-07-06 03:31:43.093593"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 2.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "256d687a346b1dd0af6c75e06d1a3d5819af2431"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "256d687a346b1dd0af6c75e06d1a3d5819af2431"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abigayle.becker@kuvalisrempel.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abigayle.becker@kuvalisrempel.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "abigayle.becker@kuvalisrempel.io"], ["remember_token", "4a021b86360698452ab1e79fec37d55c1c32fd7c"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "abigayle.becker@kuvalisrempel.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.153345"], ["accepted_at", "2017-07-06 03:31:43.153646"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 7ms (ActiveRecord: 2.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "4a021b86360698452ab1e79fec37d55c1c32fd7c"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haan.bruen@kemmer.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "haan.bruen@kemmer.io"], ["remember_token", "863be5abaf41e4754d79e9a5bf8d435b96c67702"], ["accepted_at", "2017-07-06 03:31:43.174548"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haan.bruen@kemmer.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "haan.bruen@kemmer.io"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 03:31:43.194319"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 03:31:43.194636"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "863be5abaf41e4754d79e9a5bf8d435b96c67702"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosanna@kuhn.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "rosanna@kuhn.biz"], ["remember_token", "411da044023cd791907ec75f74994c0d7bda47b5"], ["banned_at", "2017-07-06 03:31:43.215696"]]  (0.8ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosanna@kuhn.biz"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "rosanna@kuhn.biz"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 12:31:43 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnold.simonis@hoeger.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnold.simonis@hoeger.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "arnold.simonis@hoeger.info"], ["remember_token", "167f4a2daf492069a83cd35213fe2497d536d035"]]  (0.9ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "arnold.simonis@hoeger.info"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.269633"], ["accepted_at", "2017-07-06 03:31:43.269987"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms)  (0.3ms) SELECT COUNT(*) FROM "users"  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryse@nitzsche.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryse@nitzsche.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maryse@nitzsche.net"], ["remember_token", "500acb74ecc924317bdb7858335aff2144be292b"]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "maryse@nitzsche.net"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.292614"], ["accepted_at", "2017-07-06 03:31:43.293184"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 13ms (ActiveRecord: 4.4ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alana@watsicaparisian.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alana@watsicaparisian.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alana@watsicaparisian.org"], ["remember_token", "6d5f1202b18dc7d5ff44e2cc18ad44b2590addf9"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "alana@watsicaparisian.org"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.309307"], ["accepted_at", "2017-07-06 03:31:43.309634"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.5ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darron.renner@zulaufbogisich.com"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darron.renner@zulaufbogisich.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "darron.renner@zulaufbogisich.com"], ["remember_token", "427846a22b5714aaf469d7df5d5beffa2a69e202"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "darron.renner@zulaufbogisich.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 8ms (ActiveRecord: 1.9ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reed_green@howell.org"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reed_green@howell.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reed_green@howell.org"], ["remember_token", "6c7d8a6bb70d4f194db9468d43b88661aa33d279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "reed_green@howell.org"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mariano@schultzcasper.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mariano@schultzcasper.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mariano@schultzcasper.net"], ["remember_token", "df641dc11f6a8cb4de496660f7f65ae261fe16ca"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "mariano@schultzcasper.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.353752"], ["accepted_at", "2017-07-06 03:31:43.354129"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "df641dc11f6a8cb4de496660f7f65ae261fe16ca"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marisol_wintheiser@loweheathcote.co"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marisol_wintheiser@loweheathcote.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "marisol_wintheiser@loweheathcote.co"], ["remember_token", "fab9823f9e78407a3097c744e7c6e2896cb8d454"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "marisol_wintheiser@loweheathcote.co"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 03:31:43.369803"], ["accepted_at", "2017-07-06 03:31:43.370164"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "fab9823f9e78407a3097c744e7c6e2896cb8d454"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heber.hegmann@durgan.biz"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josefina@sipes.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "josefina@sipes.info"], ["remember_token", "605d467fd666c1b72f6ca8447b57495834404279"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josefina@sipes.info"], ["LIMIT", 1]] User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "JOSEFINA@SIPES.INFO"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elian@creminvonrueden.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "elian@creminvonrueden.com"], ["remember_token", "41781941c287fb66995229cccb3dacb363016592"]]  (1.8ms) commit transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luis@effertz.io"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarred@crooksking.biz"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.7ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "michale_kertzmann@nienow.co"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damian@oconner.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edmund.green@hodkiewicz.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "edmund.green@hodkiewicz.io"], ["remember_token", "8b7b55e2a14b5629a856414b7f07030db684fb9b"], ["banned_at", "2017-07-06 03:31:43.463863"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavinia@bashirian.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "lavinia@bashirian.name"], ["remember_token", "4c7b6b84f6fa2db9409e0e0a90ba9fc7e81a474f"], ["banned_at", "2017-07-06 03:31:43.472048"]]  (2.0ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.6ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shany_quigley@walker.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "shany_quigley@walker.info"], ["remember_token", "a119e2d1ad8fd96e77ef6be4599da913e17f4df5"], ["accepted_at", "2017-07-06 03:31:43.487423"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarrett@lynch.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jarrett@lynch.org"], ["remember_token", "aa86e5b9c2d4da288af2496e3b8a65334a2caf6d"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damion@klockostark.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "damion@klockostark.io"], ["remember_token", "99c2b31e0bacf8d44a7c737133ff73fa31d8b96d"], ["banned_at", "2017-07-06 03:31:43.499073"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sabryna_kuhn@rippin.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sabryna_kuhn@rippin.io"], ["remember_token", "36a0db383e75c8785dd4e40831f26543101b92fe"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lelia.gerlach@feeneysenger.co"], ["LIMIT", 1]] SQL (2.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lelia.gerlach@feeneysenger.co"], ["remember_token", "d8a201f1b3494d5ef42c569253ed2a1b7592258c"], ["accepted_at", "2017-07-06 03:31:43.507753"]]  (2.4ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (1.1ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashton.rolfson@ruelemard.com"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "ashton.rolfson@ruelemard.com"], ["remember_token", "9d1619cc23267b01b444c1fba64e6bc4539d52f6"], ["accepted_at", "2017-07-06 03:31:43.544147"]]  (2.8ms) commit transaction  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demetrius@stoltenberg.net"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "demetrius@stoltenberg.net"], ["remember_token", "a07a974f0d22861664f878305edbdb63c9a469aa"]]  (2.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernardo.murray@rosenbaumwilliamson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bernardo.murray@rosenbaumwilliamson.net"], ["remember_token", "cd79fa6aad11591700c88000b6b726160a7a2f5e"], ["banned_at", "2017-07-06 03:31:43.573982"]]  (0.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donato@yost.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "donato@yost.org"], ["remember_token", "86a1c860579e6c84664a95c1ab96f13d428834ad"]]  (1.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kattie@mitchell.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kattie@mitchell.co"], ["remember_token", "ba1ec83c7d338708b9fa1f87f08aa67ff5f8ccd9"], ["accepted_at", "2017-07-06 03:31:43.591800"]]  (3.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmett.mraz@shields.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "emmett.mraz@shields.com"], ["remember_token", "0a2cda4b907e8dea23dcb9060a47b88022386d46"], ["accepted_at", "2017-07-06 03:31:43.613622"]]  (1.9ms) commit transaction  (0.3ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilton_hayes@reinger.org"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "wilton_hayes@reinger.org"], ["remember_token", "70ca418fd57e6eff8873c9fbe4300c96b47e208b"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (6.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bonnie@weinat.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "bonnie@weinat.org"], ["remember_token", "246833c1edd28ef2a341ac769196300936fc39a0"], ["banned_at", "2017-07-06 03:31:43.633413"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maurine@stanton.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "maurine@stanton.io"], ["remember_token", "81d374ac929c10078d83d009fa21f31031c63d7d"]]  (1.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cletus.cain@halvorson.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "cletus.cain@halvorson.com"], ["remember_token", "712b7119bc8b39879fa79a48b95590601e67ee7a"], ["accepted_at", "2017-07-06 03:31:43.657765"]]  (1.5ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.0ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maye.dach@stehrcruickshank.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maye.dach@stehrcruickshank.info"], ["remember_token", "d2d7cfdc5cbddd536fa79e5dad4a6c1af64df334"], ["accepted_at", "2017-07-06 03:31:43.692854"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roselyn@moen.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "roselyn@moen.info"], ["remember_token", "f907bbad7a4cc4287b6e47b9a99a0159030ad7f5"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sandra@marvinheller.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "sandra@marvinheller.biz"], ["remember_token", "4d29c9a0dd7d14a5a704cf67bdcb481ac430ffdd"], ["banned_at", "2017-07-06 03:31:43.712063"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thelma.stamm@ziemeolson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "thelma.stamm@ziemeolson.io"], ["remember_token", "5be0632e1072d28a3b7aba4540cfe8a4624f9f54"]]  (1.2ms) commit transaction  (0.2ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maud@creminhodkiewicz.info"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "maud@creminhodkiewicz.info"], ["remember_token", "019212af40c5f388d1a16489b3f6feb5be867f73"], ["accepted_at", "2017-07-06 03:31:43.723962"]]  (1.5ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (7.1ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (10.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "branson@dietrich.org"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "branson@dietrich.org"], ["remember_token", "5011c062a1bdb4c54ee6792759fd184460d22efc"], ["accepted_at", "2017-07-06 03:31:43.781598"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winnifred.raynor@schaden.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "winnifred.raynor@schaden.biz"], ["remember_token", "7a5129fc575199285fd19ea20d38ea3b81ded8b5"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (3.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "valentina.bayer@murray.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "valentina.bayer@murray.net"], ["remember_token", "206c2a8efbbc851ec2fa9fd4d37902453ea0433e"], ["banned_at", "2017-07-06 03:31:43.807637"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "louvenia@cormier.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "louvenia@cormier.co"], ["remember_token", "905338e9c839edaf0c7cf9f0434aba2a2f437c72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorothy@okunevaschneider.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dorothy@okunevaschneider.net"], ["remember_token", "203c1e64a8e7f424312334644896cfedfb1b899c"], ["accepted_at", "2017-07-06 03:31:43.872986"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrell@ritchie.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jerrell@ritchie.org"], ["remember_token", "c22eabda2ea941d41d16d49c86e3e5745e322837"], ["accepted_at", "2017-07-06 03:31:43.882977"]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mylene_douglas@mayert.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mylene_douglas@mayert.org"], ["remember_token", "ee5523df69e892cad3948ad2f980f5336a440eac"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gillian_weber@deckow.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "gillian_weber@deckow.com"], ["remember_token", "2b289e9c6844ecba344aa01fae0703fdf4c7ed6c"], ["banned_at", "2017-07-06 03:31:43.896855"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernardo@stammwalsh.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "bernardo@stammwalsh.info"], ["remember_token", "1f827f41fc83a490a7b4bb3a72424cb2c402c91b"]]  (1.5ms) commit transaction  (0.2ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santino@moen.net"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "santino@moen.net"], ["remember_token", "5c52332fcdcedf46e7f7029e739221cfe922d6e6"], ["accepted_at", "2017-07-06 03:31:43.910994"]]  (1.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.6ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brooklyn_fadel@jacobibogan.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brooklyn_fadel@jacobibogan.com"], ["remember_token", "cee2d72c75966bb26cb5d63226b4537dc72b251a"], ["accepted_at", "2017-07-06 03:31:43.938084"]]  (1.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oran@tillmangleason.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "oran@tillmangleason.net"], ["remember_token", "3af54acdec77586551b0aed94fcd2b969ec783bf"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "golda@hand.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "golda@hand.info"], ["remember_token", "43801f1f5c72b64da88ca1094fc9abc02296ece0"], ["banned_at", "2017-07-06 03:31:43.953390"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demario@prosaccokrajcik.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "demario@prosaccokrajcik.co"], ["remember_token", "d750d9441465a291f3704a9f5cd0d32757e7561d"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "esta@fadel.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "esta@fadel.io"], ["remember_token", "b33ee224ef27c07acc479025eca3c5084a344919"], ["accepted_at", "2017-07-06 03:31:43.964951"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "ar_internal_metadata";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (5.3ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jakob@yost.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jakob@yost.com"], ["remember_token", "2add2029383615540e20af1d4424b72b94bcbc61"], ["accepted_at", "2017-07-06 03:31:44.006927"]]  (2.6ms) commit transaction  (0.7ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pinkie.blanda@grimes.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "pinkie.blanda@grimes.co"], ["remember_token", "4581d5e323431b56ea95c346aeef23cac4be4c51"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claudia@yundt.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "claudia@yundt.name"], ["remember_token", "f3a15b6cc9fe3bb793f27346a72028364394ffe6"], ["banned_at", "2017-07-06 03:31:44.041971"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hollie.ferry@eichmannwintheiser.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hollie.ferry@eichmannwintheiser.com"], ["remember_token", "2e6cd280dd9af890c5f44ebe1adf1ba94f56113e"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nels_schmeler@klein.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "nels_schmeler@klein.co"], ["remember_token", "a71175ccef5aae2f19d683fdad93c611a164076e"], ["accepted_at", "2017-07-06 03:31:44.048635"]]  (1.0ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.7ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justina_mcglynn@kunze.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "justina_mcglynn@kunze.io"], ["remember_token", "ca3336912a316c310435449632749cee452424b8"], ["accepted_at", "2017-07-06 03:31:44.076363"]]  (1.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kamron.turcotte@handweimann.org"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "kamron.turcotte@handweimann.org"], ["remember_token", "6e2557ef1a647f690b1a34e3562b0b74669f8d84"]]  (2.1ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zella@wolffhirthe.co"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "zella@wolffhirthe.co"], ["remember_token", "dd8ac0a72b661670f60946ecd59a3ca4b194f22b"], ["banned_at", "2017-07-06 03:31:44.091516"]]  (1.4ms) commit transaction  (0.1ms) begin transaction User Exists (6.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamarcus.zulauf@bergstrom.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jamarcus.zulauf@bergstrom.net"], ["remember_token", "af57f7920c7d217a448df2a559176186c0e3e510"]]  (1.4ms) commit transaction  (0.2ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrien@larkinbalistreri.com"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "adrien@larkinbalistreri.com"], ["remember_token", "e6bcec4c5b89b46e16211a5f64cb79027d30317f"], ["accepted_at", "2017-07-06 03:31:44.117278"]]  (2.6ms) commit transaction User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "ar_internal_metadata";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1  (0.3ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kay@lehnergusikowski.co"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.5ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cynthia_huel@jacobson.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "cynthia_huel@jacobson.co"], ["remember_token", "6308306c0a6f91b56b800d51e19f36fe3c106b11"], ["logged_in_count", 17], ["last_logged_in_at", "2017-07-06 03:31:44.177914"], ["accepted_at", "2017-07-06 03:31:44.178158"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1  (0.4ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lia@schmeler.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "lia@schmeler.io"], ["remember_token", "798aad4e08f3d10eae17e24df64fa757d3f918a3"], ["logged_in_count", 4], ["last_logged_in_at", "2017-07-06 03:31:44.195784"], ["accepted_at", "2017-07-06 03:31:44.196034"]]  (1.7ms) commit transaction  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.1ms) DELETE FROM "users";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephanie@schinnerbecker.info"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "stephanie@schinnerbecker.info"], ["remember_token", "d391844c37876ed3df3a07f06e0e9a9848659c6f"]]  (8.8ms) commit transaction  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (4.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (6.6ms) DELETE FROM "users";  (1.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaycee@bednarlockman.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "kaycee@bednarlockman.co"], ["remember_token", "5825df5e561f2c197ccc9203f7d768ccca83e7c5"], ["accepted_at", "2017-07-06 03:31:44.301613"]]  (3.3ms) commit transaction  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "liliana@lehnerpouros.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "liliana@lehnerpouros.co"], ["remember_token", "5a6c8e38e5da9ac4d73ad63267678126f072b3cc"], ["accepted_at", "2017-07-06 03:31:44.334699"]]  (1.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.1ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.4ms) DELETE FROM "users";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (7.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (5.1ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (7.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.6ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.1ms) DELETE FROM "users";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.6ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.1ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.3ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (8.3ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (20.9ms) DELETE FROM "users";  (1.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.6ms) PRAGMA foreign_keys = 1  (0.8ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "ar_internal_metadata";  (6.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.7ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.7ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (1.9ms) PRAGMA foreign_keys = 1  (2.7ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noble@effertzlueilwitz.net"], ["LIMIT", 1]]  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "saige@jacobi.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "saige@jacobi.com"], ["remember_token", "4957ce93f08a645a9fa58c7aa1dc1c64412b7cb5"], ["accepted_at", "2017-07-06 05:56:34.757299"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katlynn.doyle@stehrcollins.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "katlynn.doyle@stehrcollins.name"], ["remember_token", "8f198e2cfbd5ee26d1bd2de02efbb27b20d71897"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ida.jacobi@kunze.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "ida.jacobi@kunze.info"], ["remember_token", "ccda59caa8c8e0427460953c5871af760e3632cb"], ["banned_at", "2017-07-06 05:56:34.764331"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rex@schaden.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "rex@schaden.org"], ["remember_token", "92631f16df3128ee80a23922cce1d6ec16852f6f"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacinto@okeefesmith.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "jacinto@okeefesmith.org"], ["remember_token", "e4efccb348e84cb9be533796c799f04c7023142c"], ["accepted_at", "2017-07-06 05:56:34.770694"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "davin@schultz.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "davin@schultz.net"], ["remember_token", "81e6f9e22e75ac5094afeacc7a143c62def79621"], ["accepted_at", "2017-07-06 05:56:34.782788"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "connor.koch@bartoletti.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "connor.koch@bartoletti.org"], ["remember_token", "ee380a158cd4c2bf0a881692408e9a3b4ff4bb7f"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeramie@kub.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "jeramie@kub.name"], ["remember_token", "06762ea3505b48eb4294598c298068f4d32091fb"], ["banned_at", "2017-07-06 05:56:34.791225"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winona.leuschke@morar.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "winona.leuschke@morar.com"], ["remember_token", "9473ce76aa7f18b59273278ebd15ef6675767dde"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trudie@hermann.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "trudie@hermann.org"], ["remember_token", "21d0fc4c984ffcde8e7f933a5f7a2f613b3a3543"], ["accepted_at", "2017-07-06 05:56:34.797318"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loraine_corwin@goldnerpfannerstill.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "loraine_corwin@goldnerpfannerstill.net"], ["remember_token", "141461ddd351b849ba38727f28e856b77c61c253"], ["accepted_at", "2017-07-06 05:56:34.805390"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "colt@hegmannjacobson.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "colt@hegmannjacobson.io"], ["remember_token", "e99e3b8c9950b7f3584593ee8fcd6b68420cd281"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "diana@spencerrolfson.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "diana@spencerrolfson.info"], ["remember_token", "2b6515919288eb23f2c76c4e8edcbe4efb52ac11"], ["banned_at", "2017-07-06 05:56:34.811985"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexandrea_dickens@lehner.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alexandrea_dickens@lehner.com"], ["remember_token", "01e3f7c3609392f466e2ef7504e80655baeac9dd"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caria@dickinson.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "caria@dickinson.com"], ["remember_token", "689aad1bb209795de59447645d76860c20c2f1d5"], ["accepted_at", "2017-07-06 05:56:34.818240"]]  (0.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL)  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patience@cruickshankaufderhar.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "patience@cruickshankaufderhar.name"], ["remember_token", "71703bbe0a42d0aff33bc3f5d19cfd6840000469"], ["accepted_at", "2017-07-06 05:56:34.826629"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucie@wyman.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lucie@wyman.org"], ["remember_token", "7265cfb484ba5a6ca6b32812b7c136ee374962cd"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clinton@marvincarroll.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "clinton@marvincarroll.info"], ["remember_token", "05b3c1b6f86cf944186bd9380cae35959c93be34"], ["banned_at", "2017-07-06 05:56:34.833697"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sylvester_powlowski@schummrobel.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sylvester_powlowski@schummrobel.io"], ["remember_token", "6b4103b2b2be1cffbb866d332d5ab606059666d8"]]  (0.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gregg@welch.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gregg@welch.net"], ["remember_token", "689202fff8a27f07fcde837469d5006aefba01ef"], ["accepted_at", "2017-07-06 05:56:34.840864"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aric@considine.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "aric@considine.org"], ["remember_token", "9d5f8050a53b6359474b701203b1e5194b00085a"], ["accepted_at", "2017-07-06 05:56:34.850133"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keira_friesen@bogisichbrown.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "keira_friesen@bogisichbrown.info"], ["remember_token", "afe2a1e041d20da706d1ccc3677611b5c7a9ee02"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damien_wolff@aufderhar.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "damien_wolff@aufderhar.com"], ["remember_token", "4a8651a076a448967b404e1d916da96a087e5591"], ["banned_at", "2017-07-06 05:56:34.858848"]]  (0.7ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alysha@kemmer.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "alysha@kemmer.com"], ["remember_token", "d545556aed9c529a7975c5827dfd2d747a329105"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hester.macejkovic@corwin.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "hester.macejkovic@corwin.net"], ["remember_token", "d0108e1ac1de03d71b521fe095dd3ab74abfdb13"], ["accepted_at", "2017-07-06 05:56:34.865801"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verla@kunzefranecki.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "verla@kunzefranecki.info"], ["remember_token", "d984c1d8496d93f01cca150f961fed51468d3739"], ["accepted_at", "2017-07-06 05:56:34.874754"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucas_prosacco@volkman.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "lucas_prosacco@volkman.info"], ["remember_token", "310d6da514598ca84918a9f131412cb0b7557d3d"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "columbus@stark.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "columbus@stark.co"], ["remember_token", "e0716aed191d009ca9cd9daa96b6148048bdf91f"], ["banned_at", "2017-07-06 05:56:34.882027"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamel@buckridgemclaughlin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jamel@buckridgemclaughlin.net"], ["remember_token", "db04f178f7d6173cb6030bd3defbc613f3cce521"]]  (0.9ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gregg.oberbrunner@kemmer.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gregg.oberbrunner@kemmer.io"], ["remember_token", "36d38e010b0b36d5ad15e3a1106df5c8c4126c63"], ["accepted_at", "2017-07-06 05:56:34.890320"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cara@cartwrightdaugherty.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "cara@cartwrightdaugherty.name"], ["remember_token", "ab2acae44940bfd3f4cceb31f5ef247e7fc1aa30"], ["accepted_at", "2017-07-06 05:56:34.899329"]]  (0.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harley_johns@smitham.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "harley_johns@smitham.org"], ["remember_token", "1de7f523f1a2b5d6e3bd747c3dba0f0f0619f97f"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myles.mayer@yundt.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "myles.mayer@yundt.io"], ["remember_token", "38561379ca4849dde29a031b832ca825d28594f7"], ["banned_at", "2017-07-06 05:56:34.906239"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mikayla_johns@hirthe.io"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "mikayla_johns@hirthe.io"], ["remember_token", "dc64867dbd4c5136ab9035477531501241dfa31b"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brando@veum.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "brando@veum.info"], ["remember_token", "27e1d59b7920be6a49fc2596ce5ddcc5e650d325"], ["accepted_at", "2017-07-06 05:56:34.912770"]]  (0.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lexi@medhurst.org"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "lexi@medhurst.org"], ["remember_token", "b1e4954f85199a6dfad3e84af0d7edf9a70e7c80"], ["accepted_at", "2017-07-06 05:56:34.921329"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reymundo@white.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "reymundo@white.biz"], ["remember_token", "c38ee201c17b6c269b1f3e8de1b73467b530fe8e"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "presley@deckoweichmann.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "presley@deckoweichmann.net"], ["remember_token", "4b808c987e02eb0cab548b706572904b93719d7c"], ["banned_at", "2017-07-06 05:56:34.929209"]]  (4.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "john.lueilwitz@okoncronin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "john.lueilwitz@okoncronin.name"], ["remember_token", "c99c0f9cc06fa970a755a8c422091cacf3818575"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dewitt@jones.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "dewitt@jones.io"], ["remember_token", "f7c9c54ec516ef7d4155280ac52d5d4f59aca088"], ["accepted_at", "2017-07-06 05:56:34.941287"]]  (1.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gudrun@dibbertdare.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "gudrun@dibbertdare.net"], ["remember_token", "4e5e705710f5bf5c8b2b26f6d2c36884495dd473"], ["accepted_at", "2017-07-06 05:56:34.951673"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angeline@maggio.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "angeline@maggio.co"], ["remember_token", "b59cf1c8d6c888185cb2154acfbe6418bec5aa24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pearlie@larkindonnelly.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "pearlie@larkindonnelly.info"], ["remember_token", "230344fecc9995ea31914c77e68d788af1e3b333"], ["banned_at", "2017-07-06 05:56:34.960137"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "celestine.kunze@jerde.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "celestine.kunze@jerde.com"], ["remember_token", "63a8fef72a6e4591be5e9c41c00033aae2a82e82"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rashawn.runolfon@brekkeleffler.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "rashawn.runolfon@brekkeleffler.name"], ["remember_token", "47b76175ea3f1d4a9257594ad52c1b1adc04c662"], ["accepted_at", "2017-07-06 05:56:34.967575"]]  (0.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dominic_rodriguez@reichelkrajcik.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "dominic_rodriguez@reichelkrajcik.net"], ["remember_token", "f8b98ee2fd072abb04f6ff453c97c6cb5b0918b0"], ["banned_at", "2017-07-06 05:56:34.976708"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.2ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hertha.torp@schultzwatsica.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "hertha.torp@schultzwatsica.co"], ["remember_token", "e6d06bad197d2d9bef78d5bac2fd22dd603c2a5e"], ["banned_at", "2017-07-06 05:56:34.987982"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.2ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.4ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iliana.hodkiewicz@batz.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "iliana.hodkiewicz@batz.com"], ["remember_token", "7651cf0ae1226240df626a61f4c654f1f88608c8"]]  (0.6ms) commit transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "howard_nienow@wiegandadams.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "howard_nienow@wiegandadams.net"], ["remember_token", "1dbe9bb43d01f20268eec0d950d4208460b55a56"]]  (0.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "howard_nienow@wiegandadams.net"], ["LIMIT", 1]] User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "HOWARD_NIENOW@WIEGANDADAMS.NET"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josiah_nikolaus@greenfelder.net"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "parker@kerluke.com"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ophelia.weinat@adams.info"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurelio@littelankunding.biz"], ["LIMIT", 1]]  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hiram.rodriguez@rogahn.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "hiram.rodriguez@rogahn.biz"], ["remember_token", "d1d9c82c1113265a2433c2c66ee39cccfc205956"]]  (1.1ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.3ms) DELETE FROM "ar_internal_metadata";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacey.fahey@schmidt.co"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fausto@mcglynn.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "fausto@mcglynn.com"], ["remember_token", "775464634a7f11686b89f701d558f45c874147cc"], ["logged_in_count", 19], ["last_logged_in_at", "2017-07-06 05:56:35.116617"], ["accepted_at", "2017-07-06 05:56:35.116742"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harvey.schumm@leuschke.name"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "logged_in_count", "last_logged_in_at", "accepted_at") VALUES (?, ?, ?, ?, ?) [["email", "harvey.schumm@leuschke.name"], ["remember_token", "9af0a2b6a8e30cc9c474e04789edf5e4475d6755"], ["logged_in_count", 8], ["last_logged_in_at", "2017-07-06 05:56:35.124466"], ["accepted_at", "2017-07-06 05:56:35.124580"]]  (0.6ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.2ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "suzanne.kaulke@flatley.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "suzanne.kaulke@flatley.net"], ["remember_token", "b61a97b13f6a07ce4bf10891f27a81012d9ef0c4"], ["accepted_at", "2017-07-06 05:56:35.146141"]]  (0.7ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.3ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilma@cummingsweimann.co"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "wilma@cummingsweimann.co"], ["remember_token", "72a6b6cf974b1593706dbdef45df885b6734de47"], ["accepted_at", "2017-07-06 05:56:35.158951"]]  (0.8ms) commit transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ulises.emmerich@lemke.com"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ulises.emmerich@lemke.com"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ulises.emmerich@lemke.com"], ["remember_token", "869c9f8063000e0596a077d35273120f4ee660d6"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ulises.emmerich@lemke.com"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.224666"], ["accepted_at", "2017-07-06 05:56:35.225134"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 27ms (ActiveRecord: 7.6ms)  (0.2ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.6ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerod_lemke@feestcummings.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerod_lemke@feestcummings.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "jerod_lemke@feestcummings.co"], ["remember_token", "0e6ec90f21075aff7fe0fd392c5327027f5f367b"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "jerod_lemke@feestcummings.co"], ["id", 1], ["LIMIT", 1]] SQL (0.7ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.255065"], ["accepted_at", "2017-07-06 05:56:35.255497"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 18ms (ActiveRecord: 5.7ms)  (0.2ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juston@nikolaustorp.net"], ["LIMIT", 1]]  (0.3ms) begin transaction User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juston@nikolaustorp.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "juston@nikolaustorp.net"], ["remember_token", "4a1fe9ef7c57ec340cadf5102672ee312ea3a8fb"]]  (1.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "juston@nikolaustorp.net"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.293281"], ["accepted_at", "2017-07-06 05:56:35.293721"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 5.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) SELECT COUNT(*) FROM "users" Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cristian_howell@corkery.biz"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cristian_howell@corkery.biz"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "cristian_howell@corkery.biz"], ["remember_token", "6c8073a05baaf01ecb9b8e69040e7bf9dcc5598b"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "cristian_howell@corkery.biz"], ["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "users"  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ludie@beattyshanahan.co"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ludie@beattyshanahan.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ludie@beattyshanahan.co"], ["remember_token", "a933d43709ce70c524794d1c5a73e271f9a05471"]]  (1.7ms) commit transaction  (0.2ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ludie@beattyshanahan.co"], ["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction Redirected to http://test.host/login Completed 302 Found in 20ms (ActiveRecord: 4.3ms)  (1.3ms) PRAGMA foreign_keys  (0.7ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.9ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candido@vandervort.net"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candido@vandervort.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "candido@vandervort.net"], ["remember_token", "58330024b71074e4800fb2a8aa69ab3af8b99f7a"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "candido@vandervort.net"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.385490"], ["accepted_at", "2017-07-06 05:56:35.385868"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 13ms (ActiveRecord: 5.0ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "58330024b71074e4800fb2a8aa69ab3af8b99f7a"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 6ms (ActiveRecord: 0.9ms)  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.2ms) DELETE FROM "users";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dameon_schulist@sanford.io"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dameon_schulist@sanford.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "dameon_schulist@sanford.io"], ["remember_token", "fd308d5ac35f7218ef06fa2b3595d9afabb50c52"]]  (1.9ms) commit transaction  (0.2ms) begin transaction User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "dameon_schulist@sanford.io"], ["id", 1], ["LIMIT", 1]] SQL (0.6ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.446580"], ["accepted_at", "2017-07-06 05:56:35.447420"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.host/ Completed 302 Found in 31ms (ActiveRecord: 12.7ms) Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "fd308d5ac35f7218ef06fa2b3595d9afabb50c52"], ["LIMIT", 1]] Redirected to http://test.host/login Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.9ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.3ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 24ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.2ms) begin transaction User Exists (1.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederic@raynorhayes.name"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "users" ("email", "remember_token", "accepted_at") VALUES (?, ?, ?) [["email", "frederic@raynorhayes.name"], ["remember_token", "6eeddfbfe4674d86074a4624aaa28166403a3711"], ["accepted_at", "2017-07-06 05:56:35.531263"]]  (2.5ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (2.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 246ms (Views: 236.9ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederic@raynorhayes.name"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "frederic@raynorhayes.name"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "last_logged_in_at" = ?, "logged_in_count" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["last_logged_in_at", "2017-07-06 05:56:35.822044"], ["logged_in_count", 1], ["accepted_at", "2017-07-06 05:56:35.822377"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "6eeddfbfe4674d86074a4624aaa28166403a3711"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsAccepted:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@keebler.info"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token", "banned_at") VALUES (?, ?, ?) [["email", "willie@keebler.info"], ["remember_token", "2a9604328f286a17a4ec94b5bfd814f73f8150f2"], ["banned_at", "2017-07-06 05:56:35.845815"]]  (0.6ms) commit transaction Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@keebler.info"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "willie@keebler.info"], ["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction Redirected to http://www.example.com/login Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Login::WhenUserIsBanned:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.8ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nestor.gusikowski@torphy.io"], ["LIMIT", 1]]  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nestor.gusikowski@torphy.io"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "nestor.gusikowski@torphy.io"], ["remember_token", "5d7155fe83757b8b2b7fd2a9d5175d50649769eb"]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "nestor.gusikowski@torphy.io"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.910835"], ["accepted_at", "2017-07-06 05:56:35.911446"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 17ms (ActiveRecord: 6.4ms) Started GET "/" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by WelcomeController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "5d7155fe83757b8b2b7fd2a9d5175d50649769eb"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::SignUp:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 19ms (Views: 14.3ms | ActiveRecord: 0.6ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/driver.rb:44:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:269:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/example/feature_example_group.rb:29:in `visit'", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:7:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms) Started GET "/auth/google" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Started GET "/auth/google/callback" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#create as HTML Parameters: {"provider"=>"google"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashlynn.runolfsdottir@kunde.net"], ["LIMIT", 1]]  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashlynn.runolfsdottir@kunde.net"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "ashlynn.runolfsdottir@kunde.net"], ["remember_token", "971343c124f7f677ef305459d3f843bc307880c9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "ashlynn.runolfsdottir@kunde.net"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "logged_in_count" = ?, "last_logged_in_at" = ?, "accepted_at" = ? WHERE "users"."id" = ? [["logged_in_count", 1], ["last_logged_in_at", "2017-07-06 05:56:35.973125"], ["accepted_at", "2017-07-06 05:56:35.973427"], ["id", 1]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 7ms (ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "971343c124f7f677ef305459d3f843bc307880c9"], ["LIMIT", 1]] Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:8:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:350:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:593:in `block in run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `reverse_each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:592:in `run_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:462:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:494:in `run_before_example'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:253:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started GET "/logout" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#destroy as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" = ? LIMIT ? [["remember_token", "971343c124f7f677ef305459d3f843bc307880c9"], ["LIMIT", 1]] Redirected to http://www.example.com/login Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/login" for 127.0.0.1 at 2017-07-06 14:56:35 +0900 Processing by Genkan::SessionsController#new as HTML Rendering genkan/sessions/new.html.erb within layouts/application Rendered genkan/sessions/new.html.erb within layouts/application (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Authentication::Logout:Class ["/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:407:in `call_app!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:265:in `mock_call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:184:in `call!'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/strategy.rb:167:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/omniauth-1.6.1/lib/omniauth/builder.rb:63:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `public_send'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/railtie.rb:185:in `method_missing'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:17:in `block in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/mapper.rb:46:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:39:in `block in process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `times'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:38:in `process_and_follow_redirects'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/browser.rb:32:in `follow'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/rack_test/node.rb:60:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `block in click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/base.rb:85:in `synchronize'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/element.rb:143:in `click'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/node/actions.rb:43:in `click_link'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/session.rb:784:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/capybara-2.14.4/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/spec/features/authentication_spec.rb:43:in `block (3 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/src/github.com/yhirano55/genkan/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/bin/bundle:22:in `
'"] User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.6ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "ar_internal_metadata";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.4ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.8ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (5.6ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (4.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.7ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (0.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.0ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.8ms) PRAGMA foreign_keys  (0.4ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.8ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.5ms) PRAGMA foreign_keys  (0.5ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "ar_internal_metadata";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.3ms) DELETE FROM "users";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';  (0.4ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.8ms) DELETE FROM "users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1 Processing by WelcomeController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE ("users"."accepted_at" IS NOT NULL) AND "users"."banned_at" IS NULL AND "users"."remember_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA foreign_keys = OFF  (1.2ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (3.4ms) DELETE FROM "users";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fatima@walkerquigley.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "fatima@walkerquigley.org"], ["remember_token", "a92b60a621c3f80b2183e0028faa31adfb214086"]]  (1.4ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 15ms (Views: 7.2ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (8.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.1ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sydnie_hettinger@beier.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("email", "remember_token") VALUES (?, ?) [["email", "sydnie_hettinger@beier.biz"], ["remember_token", "0cec0ac4eb13a4c42ba2b5388a55a461a7e4aafd"]]  (0.6ms) commit transaction Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA foreign_keys = OFF  (1.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (0.9ms) DELETE FROM "users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.2ms) PRAGMA foreign_keys = 1  (0.7ms) PRAGMA foreign_keys  (0.6ms) PRAGMA foreign_keys = OFF  (3.8ms) DELETE FROM "ar_internal_metadata";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (1.9ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1  (0.4ms) PRAGMA foreign_keys  (0.3ms) PRAGMA foreign_keys = OFF  (5.1ms) DELETE FROM "ar_internal_metadata";  (7.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (2.4ms) DELETE FROM "users";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'users';  (0.5ms) PRAGMA foreign_keys = 1  (0.3ms) PRAGMA foreign_keys  (0.2ms) PRAGMA foreign_keys = OFF  (4.0ms) DELETE FROM "ar_internal_metadata";  (1.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (4.3ms) DELETE FROM "users";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'users';  (0.1ms) PRAGMA foreign_keys = 1